aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2025-12-12 16:13:24 -0500
committerAndrew Lee <[email protected]>2025-12-12 16:13:24 -0500
commit07294782bdadbdf8b167860f3fc62f68c974c97a (patch)
tree5eccd57774b9285cc37f13e471565a1faa373e09
parent16c74dbf983da91b192d692fee1c9ade5266cc9b (diff)
downloadshiftos-archive-website-07294782bdadbdf8b167860f3fc62f68c974c97a.tar.gz
shiftos-archive-website-07294782bdadbdf8b167860f3fc62f68c974c97a.tar.bz2
shiftos-archive-website-07294782bdadbdf8b167860f3fc62f68c974c97a.zip
fix nav on mobile
-rw-r--r--src/styles/window.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/styles/window.css b/src/styles/window.css
index 4adfcf0..fc229cb 100644
--- a/src/styles/window.css
+++ b/src/styles/window.css
@@ -58,17 +58,12 @@
.nav {
display: flex;
+ flex-direction: column;
gap: 10px;
justify-content: center;
padding: 20px;
}
- @media (min-width:480px) {
- .nav {
- flex-direction: column;
- }
-
- }
@media (min-width:801px) {
.nav {
flex-direction: row;