fix grid column spacing mobile
This commit is contained in:
parent
28fc768228
commit
18db74998d
3 changed files with 18 additions and 10 deletions
|
|
@ -20,8 +20,12 @@
|
|||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
[data-template="home"] .title-wrapper button.open-nav {
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
.open-nav {
|
||||
#main-footer .open-nav {
|
||||
box-sizing: border-box;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
|
|
@ -60,10 +64,6 @@
|
|||
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