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 }}
|
{{ if .Site.Params.mobileHamburgerNav | default false }}
|
||||||
header {
|
header {
|
||||||
#hamburger-menu {
|
#hamburger-menu {
|
||||||
@extend .nerdlink;
|
@extend .nerdlink;
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
@ -800,9 +800,9 @@ header {
|
||||||
#main-nav-toggler {
|
#main-nav-toggler {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 520px) {
|
@media only screen and (max-width: 520px) {
|
||||||
header {
|
header {
|
||||||
.titleAndSearchContainer {
|
.titleAndSearchContainer {
|
||||||
z-index: 9999999 !important;
|
z-index: 9999999 !important;
|
||||||
|
@ -847,7 +847,7 @@ header {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if and
|
{{ if and
|
||||||
|
|
Loading…
Reference in New Issue