diff --git a/index.css b/index.css index 292ac27..76d5438 100644 --- a/index.css +++ b/index.css @@ -50,13 +50,16 @@ footer { .main-two-columns { display: flex; flex-direction: row; + flex-wrap: wrap; gap: 20px; margin-bottom: 40px; } -.column-divider { - border: black 1px solid; +@media screen and (min-width: 560px) { + .column-divider { + border: black 1px solid; + } } .action-button {