Fix grunt error

This commit is contained in:
alistair3149 2020-01-06 21:52:47 -05:00
parent 40d2f3a37a
commit e839fe4d06
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -159,7 +159,7 @@
flex-direction: column; flex-direction: column;
.mw-wiki-logo { .mw-wiki-logo {
margin-bottom: @margin-side; margin-bottom: @margin-side / 2;
width: 120px; width: 120px;
height: 120px; height: 120px;
display: block; display: block;
@ -320,20 +320,20 @@
.mw-header-menu-drawer-container { .mw-header-menu-drawer-container {
height: 100vh; height: 100vh;
}
.mw-header-banner { .mw-header-banner {
border-color: transparent; border-color: transparent;
.mw-wiki-logo { .mw-wiki-logo {
margin: 0; margin: 0;
height: 0; height: 0;
} }
.mw-wiki-title { .mw-wiki-title {
margin-top: 20px; margin-top: 20px;
height: auto; height: auto;
pacity: 1; opacity: 1;
}
} }
} }
} }