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