-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
Closed
Description
The smallest grid column supported at the moment is .col-xs- (<768px), which seems like a big range.
Would it be advisable to have:
.col-xs- (>480px and <768px)
.col-tn- (<480px)
Reason being it still seems reasonable to have a 2 column grid on 768px (240px - 384px per column), while 480px have a stacked column.
Using the current .col-xs- (<768px) option, putting one stacked column on 768px seems too wide on some cases, and 2 columns on 480px seems ridiculous at times.