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;
.mw-wiki-logo {
margin-bottom: @margin-side;
margin-bottom: @margin-side / 2;
width: 120px;
height: 120px;
display: block;
@ -320,7 +320,6 @@
.mw-header-menu-drawer-container {
height: 100vh;
}
.mw-header-banner {
border-color: transparent;
@ -333,7 +332,8 @@
.mw-wiki-title {
margin-top: 20px;
height: auto;
pacity: 1;
opacity: 1;
}
}
}
}