Chore: Responsive fixes for common screen widths (#1856)
This commit is contained in:
committed by
GitHub
parent
d70208a0a8
commit
759ed43745
@@ -89,7 +89,9 @@ $breakpoints: (small: 0,
|
||||
medium: 640px,
|
||||
large: 1024px,
|
||||
xlarge: 1200px,
|
||||
xxlarge: 1440px);
|
||||
xxlarge: 1400px,
|
||||
xxxlarge: 1600px,
|
||||
);
|
||||
$print-breakpoint: large;
|
||||
$breakpoint-classes: (small medium large);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user