summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-27 20:07:52 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-27 20:07:52 +0100
commit6053b2c718825c05e9d266f6ce74066f602c1736 (patch)
treebd467f0ef6e04967964b62e5ad0ceae43bc9e91f
parent0ad0ad343d7fff9003d1921e1ee19b0be4667112 (diff)
downloadquatuorbellefeuille.com-6053b2c718825c05e9d266f6ce74066f602c1736.tar.xz
Replace sidebar margins with padding
This allows us to set a background. Also make horizontal padding symmetrical.
-rw-r--r--stylesheets/commun.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 10488bc..3c8439e 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -205,8 +205,7 @@ footer.legal {
footer.social {
grid-row: 1 / -2;
grid-column: 5;
- margin-top: var(--menu-top-margin);
- margin-right: 2em;
+ padding: var(--menu-top-margin) 1em 0;
}
.social a {