diff options
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; |
