aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/style.css b/style.css
index 14b6854..8d9ffd1 100644
--- a/style.css
+++ b/style.css
@@ -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%;
+ }
}