commit 6053b2c718825c05e9d266f6ce74066f602c1736
parent 0ad0ad343d7fff9003d1921e1ee19b0be4667112
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 27 Feb 2021 20:07:52 +0100
Replace sidebar margins with padding
This allows us to set a background.
Also make horizontal padding symmetrical.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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 {