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;
|
||||
}
|
||||
|
||||
article h3 {
|
||||
margin-top: calc(3 * var(--unit--vertical));
|
||||
margin-bottom: calc(1 * var(--unit--vertical));
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
article #main-content {
|
||||
max-width: auto;
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
#main-footer ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#main-footer button.open-nav {
|
||||
margin-bottom: var(--unit--vertical);
|
||||
}
|
||||
|
|
@ -59,6 +60,10 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
[data-template="home"] button.open-nav {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.open-nav-wrapper {
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
|
|
|||
|
|
@ -41,9 +41,6 @@ h3,
|
|||
.h3 {
|
||||
font-size: var(--font-size-xl);
|
||||
color: var(--color-primary);
|
||||
|
||||
margin-top: calc(3 * var(--unit--vertical));
|
||||
margin-bottom: calc(1 * var(--unit--vertical));
|
||||
}
|
||||
|
||||
article h2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue