summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commun.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/commun.css b/commun.css
index f131acc..85da7c8 100644
--- a/commun.css
+++ b/commun.css
@@ -1,7 +1,7 @@
body {
height: 100vh;
display: grid;
- grid-template-columns: 9fr 1fr;
+ grid-template-columns: 11fr 1fr;
grid-template-rows: auto 1fr auto;
margin: 0;
}
@@ -106,4 +106,5 @@ footer.social {
footer.legal {
grid-column: 1 / -1;
margin: auto;
+ font-size: 75%;
}