From 8de13c7661e4a15936f1e91e9d1fbcaaacc8f525 Mon Sep 17 00:00:00 2001 From: riya kumari <139640191+Riya79hp@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:41:50 +0530 Subject: [PATCH] Update style.css --- style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index eff2c2a..4523d91 100644 --- a/style.css +++ b/style.css @@ -40,27 +40,20 @@ body { margin: 0 auto; } -.logo { -} .logo__img { height: 20px; display: block; } -.nav { - -} .nav__list { display: flex; column-gap: 40px; } -.nav__item { -} .nav__link { color: rgba(255, 255, 255, 0.75); @@ -108,6 +101,12 @@ body { /* MEDIA QUERIES */ @media (max-width: 650px) { + .header{ + width:100%; + } + .logo_img{ + height:30px; + } .header__content { flex-direction: column; align-items: center; @@ -118,4 +117,4 @@ body { .nav__list { column-gap: 20px; } -} \ No newline at end of file +}