summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-17 22:57:47 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-17 22:57:47 +0100
commit14f7be98159de821f73deab4788296a29b08fa01 (patch)
tree23a765e96bccad97c4b636697e93c204d7f3825c /commun.css
parenteb9f6de104f099233b55504e0bba6cbcc7e8f295 (diff)
downloadquatuorbellefeuille.com-14f7be98159de821f73deab4788296a29b08fa01.tar.xz
Make padding more homogeneous across pages on mobile
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/commun.css b/commun.css
index 7d7c5a4..b432aab 100644
--- a/commun.css
+++ b/commun.css
@@ -213,6 +213,7 @@ footer.legal {
main {
grid-row: 3;
grid-column: 1 / -1;
+ padding: 0.8em;
}
header.menu {