saone-et-loire: add new logo (#77156)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-30 09:52:06 +02:00
parent 88c345a455
commit 2a7e239e14
2 changed files with 6 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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB