From 4aa40d8910ce1ead12aa7a34bba5d2679ba09209 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 16 Feb 2021 22:08:09 +0100 Subject: Add some margins --- stylesheets/commun.css | 1 + stylesheets/membre.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 422558c..10488bc 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -206,6 +206,7 @@ footer.legal { grid-row: 1 / -2; grid-column: 5; margin-top: var(--menu-top-margin); + margin-right: 2em; } .social a { diff --git a/stylesheets/membre.css b/stylesheets/membre.css index 44f34ad..4356962 100644 --- a/stylesheets/membre.css +++ b/stylesheets/membre.css @@ -31,6 +31,10 @@ main { margin-bottom: 0.2em; } +#photo { + margin-top: 2em; +} + #photo img { width: 100%; background-size: cover; -- cgit v1.2.3