diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-16 22:08:09 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-16 22:08:09 +0100 |
| commit | 4aa40d8910ce1ead12aa7a34bba5d2679ba09209 (patch) | |
| tree | 02d93061a29fd885c1e1ad1cf274582af48ba58c /stylesheets | |
| parent | 241ae4c3fe484acb72d07870021a4fa3a6ffc69c (diff) | |
| download | quatuorbellefeuille.com-4aa40d8910ce1ead12aa7a34bba5d2679ba09209.tar.xz | |
Add some margins
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/commun.css | 1 | ||||
| -rw-r--r-- | stylesheets/membre.css | 4 |
2 files changed, 5 insertions, 0 deletions
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; |
