diff options
author | Manurbhav | 2024-04-29 20:09:59 +0530 |
---|---|---|
committer | Manurbhav | 2024-04-29 20:09:59 +0530 |
commit | 133cf9a81b431363354ec016b82b2f6d2905570f (patch) | |
tree | 092c797f0eeb99ddfff1cf49da249050c7941b7d | |
parent | 5fdc9d3b8d757752743b9a4acba755362c33004f (diff) | |
download | IotJS-Astro-133cf9a81b431363354ec016b82b2f6d2905570f.tar.gz IotJS-Astro-133cf9a81b431363354ec016b82b2f6d2905570f.tar.bz2 IotJS-Astro-133cf9a81b431363354ec016b82b2f6d2905570f.zip |
Fixes
-rw-r--r-- | src/components/Navbar.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index ab6d167..cbc2eb7 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -203,7 +203,7 @@ const routes : Routes[] = [ display: block; } } - @media screen and (min-width: 983px){ + @media screen and (min-width: 982px){ .off-screen-menu{ display: none; } |