vendee: fix page image position (#67817)

This commit is contained in:
Corentin Sechet 2022-07-29 17:13:12 +02:00 committed by Thomas NOEL
parent aeda758b4d
commit dcb3095046
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@ div#nav {
}
}
body.has-picture .site-nav::after {
margin-top: 8px;
}
div#page {
main {
background: $x-light-gray;