Fix for small mobile screens

This commit is contained in:
2022-02-04 13:59:38 +01:00
parent 7895071d7a
commit 6896604588
3 changed files with 185 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/* WIDTH */
$widthvalues: (0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 75, 100, 125, 150, 200, 250, 300, 350, 400, 450, 500, 600, 700, 800, 900, 1000, 1024);
$widthvalues: (0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 75, 100, 125, 150, 200, 250, 275, 280, 290, 300, 350, 400, 450, 500, 600, 700, 800, 900, 1000, 1024);
@each $width in $widthvalues {
.w-#{$width} {