responsive.less: increase `#header-logo` size

refs #4562
This commit is contained in:
Florian Strohmaier 2021-10-20 17:55:06 +02:00
parent 1ae6ee9615
commit c672fdffc8
1 changed files with 5 additions and 4 deletions

View File

@ -75,16 +75,17 @@
#header-logo-container {
width: auto;
height: 2.5em;
height: 4em;
padding: 0;
background: inherit;
}
#header-logo {
float: left;
width: 6em;
height: 2em;
margin: .25em;
width: 9em;
height: 3em;
margin: .5em 1em;
background-position: left center;
}
#mobile-menu-toggle {