diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-12 20:57:54 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-12 20:57:54 +0100 |
| commit | 4d6d916395b13d548e0b7f4dc98d85f6d29f0417 (patch) | |
| tree | e420f7ea7b6e4043f6f14c42898518cf087f20b3 /src/App.scss | |
| parent | f8a3afc9d14428d05115105030af1f1d300dde8e (diff) | |
Some CSS fixes.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
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 { |
