fix: apply only to mobile devices
This commit is contained in:
parent
43ddcb23d8
commit
a00db1ff7a
@ -37,7 +37,6 @@ body>div:not([id]) {
|
|||||||
|
|
||||||
float: left;
|
float: left;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 1px solid;
|
|
||||||
width: calc(100% / var(--columns));
|
width: calc(100% / var(--columns));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
body>div {
|
body>div:not([id]) {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
border-bottom: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
body>div>div#inner {
|
body>div>div#inner {
|
||||||
|
Loading…
Reference in New Issue
Block a user