diff --git a/style.css b/style.css index f38793c7..cad39431 100644 --- a/style.css +++ b/style.css @@ -1541,7 +1541,11 @@ justify-content: center; } /* Extra small devices (phones, 600px and down) */ -/*@media only screen and (max-width: 600px) {...}*/ +@media only screen and (max-width: 600px) { + .recommendation-item{ + max-width: 100%; + } +} /* Small devices (portrait tablets and large phones, 600px and up) */ /*@media only screen and (min-width: 600px) {...}*/