Sombreffe : setting logo pos

This commit is contained in:
Daniel Muyshond 2021-02-23 17:09:12 +01:00
parent b2f7d1aaa6
commit 498f5563a0
2 changed files with 3 additions and 3 deletions

View File

@ -23,12 +23,12 @@ div.links-list ul > li:not(:last-child) {
/* logo adjustmts */
h1#logo a img {
max-height: 85px;
max-height: 95px;
}
@media screen and (max-width: 320px) {
h1#logo a img {
max-height: 75px;
max-height: 85px;
}
}

View File

@ -34,7 +34,7 @@ $header-banner: none;
$header-banner-image: false;
$header-banner-height: auto;
$header-logo: None;
$header-logo-margin: 0;
$header-logo-margin: 1.5em 0;
$header-logo-padding: 0;
$toplinks-border: 0;
$toplinks-radius: 0;