From 2eeda668db31cea1d47ca45907b839d6b0f5f2b9 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 15 Feb 2021 13:11:17 +0100 Subject: Try to simplify margin/padding management --- stylesheets/commun.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stylesheets/commun.css') diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 9012d8c..100300a 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -198,7 +198,8 @@ footer.legal { main { grid-row: 2; grid-column: 1 / -2; - padding-left: 4%; /* TODO: remove? */ + font-size: 1.2rem; + margin-left: 4em; } footer.social { @@ -253,7 +254,7 @@ footer.legal { main { grid-row: 3; grid-column: 1 / -1; - padding: 0.8em; /* TODO: remove? */ + margin: 0.8em; } header.menu { -- cgit v1.2.3