fixed style indentation
This commit is contained in:
parent
5082511f06
commit
ae8c44e50b
|
@ -792,7 +792,7 @@ input, textarea, textarea.cactus-editor-textarea {
|
|||
}
|
||||
|
||||
{{ if .Site.Params.mobileHamburgerNav | default false }}
|
||||
header {
|
||||
header {
|
||||
#hamburger-menu {
|
||||
@extend .nerdlink;
|
||||
display: none !important;
|
||||
|
@ -800,9 +800,9 @@ header {
|
|||
#main-nav-toggler {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 520px) {
|
||||
@media only screen and (max-width: 520px) {
|
||||
header {
|
||||
.titleAndSearchContainer {
|
||||
z-index: 9999999 !important;
|
||||
|
@ -847,7 +847,7 @@ header {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
{{ if and
|
||||
|
|
Loading…
Reference in New Issue