vendee: fix footer logo size (#67817)

This commit is contained in:
Corentin Sechet 2022-07-29 15:57:06 +02:00 committed by Thomas NOEL
parent d9f5f2b55a
commit 2075b00ac6
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@ div.wcsformcell {
&::before {
background: url(img/footer-top-logo.png) white no-repeat;
background-position: 100px 0;
background-position: 100px 20px;
background-size: 170px 63px;
content: " ";
display:block;
height: 180px;