fix open nav button home
This commit is contained in:
parent
5496ae3964
commit
28fc768228
3 changed files with 10 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue