summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/commun.css b/commun.css
index 213b26f..f2bbc27 100644
--- a/commun.css
+++ b/commun.css
@@ -1,5 +1,5 @@
body {
- height: 100vh;
+ min-height: 100vh;
display: grid;
grid-template-columns: 7fr 1fr;
grid-template-rows: auto 1fr auto;
@@ -127,7 +127,6 @@ main {
grid-row: 2;
grid-column: 1;
padding-left: 4%;
- overflow: auto;
}
footer.social {