diff options
| author | Andrew Lee <[email protected]> | 2025-12-12 16:13:24 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-12 16:13:24 -0500 |
| commit | 07294782bdadbdf8b167860f3fc62f68c974c97a (patch) | |
| tree | 5eccd57774b9285cc37f13e471565a1faa373e09 | |
| parent | 16c74dbf983da91b192d692fee1c9ade5266cc9b (diff) | |
| download | shiftos-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.css | 7 |
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; |
