fix open nav button home
This commit is contained in:
parent
5496ae3964
commit
28fc768228
3 changed files with 10 additions and 3 deletions
|
|
@ -27,6 +27,11 @@ article #main-content li:not(.text) {
|
||||||
list-style-type: inherit;
|
list-style-type: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article h3 {
|
||||||
|
margin-top: calc(3 * var(--unit--vertical));
|
||||||
|
margin-bottom: calc(1 * var(--unit--vertical));
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 640px) {
|
@media screen and (min-width: 640px) {
|
||||||
article #main-content {
|
article #main-content {
|
||||||
max-width: auto;
|
max-width: auto;
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
#main-footer ul {
|
#main-footer ul {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-footer button.open-nav {
|
#main-footer button.open-nav {
|
||||||
margin-bottom: var(--unit--vertical);
|
margin-bottom: var(--unit--vertical);
|
||||||
}
|
}
|
||||||
|
|
@ -59,6 +60,10 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-template="home"] button.open-nav {
|
||||||
|
display: inline-block !important;
|
||||||
|
}
|
||||||
|
|
||||||
.open-nav-wrapper {
|
.open-nav-wrapper {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
|
|
@ -41,9 +41,6 @@ h3,
|
||||||
.h3 {
|
.h3 {
|
||||||
font-size: var(--font-size-xl);
|
font-size: var(--font-size-xl);
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
|
|
||||||
margin-top: calc(3 * var(--unit--vertical));
|
|
||||||
margin-bottom: calc(1 * var(--unit--vertical));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
article h2 {
|
article h2 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue