1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

Updated max grid width

This commit is contained in:
eldadfux 2019-08-24 23:12:16 +03:00
parent 979e7e86d6
commit b72eb767a5
3 changed files with 3 additions and 3 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

@ -13,7 +13,7 @@
max-width: ~"calc(100% - 100px)";
@media @phones, @tablets {
width: 100%;
max-width: 100%;
}
}