From 14f7be98159de821f73deab4788296a29b08fa01 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 17 Jan 2021 22:57:47 +0100 Subject: Make padding more homogeneous across pages on mobile --- commun.css | 1 + 1 file changed, 1 insertion(+) (limited to 'commun.css') 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 { -- cgit v1.2.3