From 70977a31af473e48dceccfd2c5781dd538cca092 Mon Sep 17 00:00:00 2001 From: Sanidhya Khandelwal Date: Fri, 17 Nov 2023 00:46:40 +0530 Subject: [PATCH] removed unnecessary styling --- style.css | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) diff --git a/style.css b/style.css index 9c4d48e..63d984f 100644 --- a/style.css +++ b/style.css @@ -59,7 +59,6 @@ header { } /* hero section styling */ - .hero-section { margin-top: 5rem; } @@ -349,56 +348,6 @@ a { margin-bottom: 2rem; } -/* media queries */ -@media all and (width<=1000px) { - .states-restaurant p { - font-size: 0.9rem; - } - - .states-restaurant img { - width: 10px; - } -} - -@media all and (width<=830px) { - - /* hero section */ - .states-container { - width: 100%; - } - - .states-restaurant { - width: 45%; - height: 20px; - } - - .states-restaurant p { - font-size: 1rem; - } - - .states-restaurant img { - width: 9px; - } - - /* Footer */ - - .footer-header { - margin-top: 4rem; - display: flex; - justify-content: space-between; - flex-wrap: wrap; - padding: 15px; - } - - .footer-img { - margin-bottom: 24px; - } - - .footer-header-drop-down { - /* flex-wrap: wrap; */ - } - -} @media all and (width<=500px) { header {