summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-21 00:15:02 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-21 00:15:02 +0100
commit9f03b4557aceed8c0284366e6fb9c4c84fb512c8 (patch)
tree847b42e56872f26db966dd27247c3d85be20e970
parent8da745df3ecd872e3fe8e882b36a5c4feb4739bc (diff)
downloadquatuorbellefeuille.com-9f03b4557aceed8c0284366e6fb9c4c84fb512c8.tar.xz
Review proportions a bit
Make "footers" less prominent.
-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%;
}