mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Fix no-js menu
This commit is contained in:
parent
42cd072bca
commit
79fe4968e3
1 changed files with 8 additions and 1 deletions
|
@ -448,7 +448,6 @@ mark {
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
|
||||||
padding: 0.625rem .75rem;
|
padding: 0.625rem .75rem;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -459,6 +458,10 @@ mark {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.js .logo {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
/* Menu */
|
/* Menu */
|
||||||
.main-menu {
|
.main-menu {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -466,6 +469,10 @@ mark {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-js .main-nav__btn {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.main-nav__btn {
|
.main-nav__btn {
|
||||||
float: right;
|
float: right;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
|
|
Loading…
Reference in a new issue