izi-ici: increase logo size (#66724)

This commit is contained in:
Serghei Mihai 2022-07-18 18:01:06 +02:00
parent f422ec86ab
commit 2b3fb88f7a
2 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,10 @@ div#header {
}
}
#logo.has-logo {
display: flex;
}
#toplinks {
border: 0;
border-radius: 0;

View File

@ -34,6 +34,8 @@ $header-background-color: #fff;
$link-color: $gray-1;
$header-logo-size: 184px 50px;
$button-background: $red;
$button-color: #fff;