aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2019-01-26 17:45:03 +0200
committershpuld <shp@cock.li>2019-01-26 17:45:03 +0200
commit3978aaef84cc023908155343af76983f2715cf90 (patch)
tree0776b181029151d45450e472d1540715040bcab0 /src/App.scss
parent8761e039d04ff26944c87339ef55d2951a42696c (diff)
Redo everything in the MR
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/App.scss b/src/App.scss
index ed06bbbc..425c8e01 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -499,7 +499,7 @@ nav {
}
.main {
- flex-basis: 60%;
+ flex-basis: 50%;
flex-grow: 1;
flex-shrink: 1;
}
@@ -533,7 +533,7 @@ nav {
}
}
-@media all and (min-width: 960px) {
+@media all and (min-width: 800px) {
body {
overflow-y: scroll;
}
@@ -617,7 +617,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;
}
@@ -654,7 +654,7 @@ nav {
border-radius: var(--inputRadius, $fallback--inputRadius);
}
-@media all and (max-width: 959px) {
+@media all and (max-width: 800px) {
.mobile-hidden {
display: none;
}