summaryrefslogtreecommitdiff
path: root/stylesheets/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-15 13:11:17 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-15 13:11:17 +0100
commit2eeda668db31cea1d47ca45907b839d6b0f5f2b9 (patch)
tree597b6a219fd220ba1f02bc222d776346361416ee /stylesheets/commun.css
parente48e6a6f6a5b1920b8e920d699cfd516e50f426d (diff)
downloadquatuorbellefeuille.com-2eeda668db31cea1d47ca45907b839d6b0f5f2b9.tar.xz
Try to simplify margin/padding management
Diffstat (limited to 'stylesheets/commun.css')
-rw-r--r--stylesheets/commun.css5
1 files changed, 3 insertions, 2 deletions
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 {