aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index 2850867d..60fe9dcd 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -36,6 +36,7 @@ a {
.container {
display: flex;
+ flex-wrap: wrap;
margin: 0;
padding: 0 10px 0 10px;
}
@@ -78,7 +79,8 @@ nav {
}
sidebar {
- width: 33.333% !important;
+ flex: 1;
+ flex-basis: 300px;
}
main-router {