fix open nav button home

This commit is contained in:
isUnknown 2025-02-21 12:30:54 +01:00
parent 5496ae3964
commit 28fc768228
3 changed files with 10 additions and 3 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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 {