nouveau logo saône & loire (#77156) #247

Merged
fpeters merged 2 commits from wip/77156-cd71-logo into main 2023-05-01 18:45:31 +02:00
3 changed files with 8 additions and 2 deletions

View File

@ -40,12 +40,16 @@ div#header-wrapper {
left: 10px;
a {
display: block;
background: url(img/logo-header.png) top left no-repeat;
background: url(img/logo-header.png) center left no-repeat;
@media screen and ($max-mobile-viewport) {
background-position: top left;
}
height: 101px;
line-height: 101px;
padding-left: 0px;
text-indent: -10000px;
width: 450px;
width: 365px;
max-width: calc(100vw - 10px);
}
@media screen and ($max-mobile-viewport) {
padding-left: 0px;

View File

@ -49,3 +49,5 @@ $footer-background: $primary-color;
$widget-unique-checkbox-position: left;
$widget-custom-radio-checkbox: true;
$widget-custom-radio-checkbox-color: $darkblue;
$toplinks-style: none;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB