1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Fixed grid in mobile view

This commit is contained in:
eldadfux 2019-08-24 22:52:55 +03:00
parent ec22411f66
commit 979e7e86d6
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -11,6 +11,10 @@
&.xxxl { &.xxxl {
max-width: ~"calc(100% - 100px)"; max-width: ~"calc(100% - 100px)";
@media @phones, @tablets {
width: 100%;
}
} }
&.xxl { &.xxl {