Chore: Responsive fixes for common screen widths (#1856)

This commit is contained in:
Nithin David Thomas
2021-03-08 13:30:33 +05:30
committed by GitHub
parent d70208a0a8
commit 759ed43745
3 changed files with 16 additions and 8 deletions

View File

@@ -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);