aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;