mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
Fix grunt error
This commit is contained in:
parent
40d2f3a37a
commit
e839fe4d06
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue