make hamburger label disappear on larger screen sizes to fix text selection
This commit is contained in:
parent
059d9a945d
commit
1b8e8515ba
1 changed files with 4 additions and 1 deletions
|
@ -109,6 +109,9 @@ header {
|
||||||
#menu-button {
|
#menu-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#menu-label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#menu-checkbox {
|
#menu-checkbox {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -162,7 +165,7 @@ header {
|
||||||
}
|
}
|
||||||
#menu-label {
|
#menu-label {
|
||||||
grid-area: hamburger-menu;
|
grid-area: hamburger-menu;
|
||||||
display: block;
|
display: block !important;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue