diff --git a/restaurant_website/style.css b/restaurant_website/style.css index 01fe6e9..1d6ebcc 100644 --- a/restaurant_website/style.css +++ b/restaurant_website/style.css @@ -531,7 +531,14 @@ label{ .reservation-form form textarea{ font-size: 1rem; } - + .col{ + width: 500px; + } +} +@media(max-width:500px){ + .col{ + width: 400px; + } } @media(max-width:450px){ html{ @@ -541,5 +548,10 @@ label{ grid-template-columns: repeat(1,1fr); } } +@media(max-width:350px){ + .col{ + width: 250px; + } +}