1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12: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 {
max-width: ~"calc(100% - 100px)";
@media @phones, @tablets {
width: 100%;
}
}
&.xxl {