diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -158,10 +158,15 @@ footer svg { .sidebar { width: 100%; + height: 30vh; flex-basis: 30vh; } - .box { + .main .box { max-width: 50vw; } + + .sidebar .box { + max-width: 100%; + } } |