diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/App.scss b/src/App.scss index f3e9e557..d3721b32 100644 --- a/src/App.scss +++ b/src/App.scss @@ -505,7 +505,7 @@ nav { } .main { - flex-basis: 60%; + flex-basis: 50%; flex-grow: 1; flex-shrink: 1; } @@ -539,7 +539,7 @@ nav { } } -@media all and (min-width: 960px) { +@media all and (min-width: 800px) { body { overflow-y: scroll; } @@ -623,7 +623,7 @@ nav { color: $fallback--faint; color: var(--faint, $fallback--faint); } -@media all and (min-width: 959px) { +@media all and (min-width: 800px) { .logo { opacity: 1 !important; } @@ -687,7 +687,7 @@ nav { } } -@media all and (max-width: 959px) { +@media all and (max-width: 800px) { .mobile-hidden { display: none; } |
