summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManurbhav2024-04-29 20:09:59 +0530
committerManurbhav2024-04-29 20:09:59 +0530
commit133cf9a81b431363354ec016b82b2f6d2905570f (patch)
tree092c797f0eeb99ddfff1cf49da249050c7941b7d
parent5fdc9d3b8d757752743b9a4acba755362c33004f (diff)
downloadIotJS-Astro-133cf9a81b431363354ec016b82b2f6d2905570f.tar.gz
IotJS-Astro-133cf9a81b431363354ec016b82b2f6d2905570f.tar.bz2
IotJS-Astro-133cf9a81b431363354ec016b82b2f6d2905570f.zip
Fixes
-rw-r--r--src/components/Navbar.astro2
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;
}