aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_bootstrap-variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include/_bootstrap-variables.scss')
-rw-r--r--client/src/sass/include/_bootstrap-variables.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss
index 6aa5c2474..09c58a697 100644
--- a/client/src/sass/include/_bootstrap-variables.scss
+++ b/client/src/sass/include/_bootstrap-variables.scss
@@ -4,6 +4,7 @@ $modal-footer-border-width: 0;
4$modal-md: 600px; 4$modal-md: 600px;
5 5
6$grid-breakpoints: ( 6$grid-breakpoints: (
7 // CLASSIC BREAKPOINTS GROUP
7 // Extra small screen / phone 8 // Extra small screen / phone
8 xs: 0, 9 xs: 0,
9 // Small screen / phone 10 // Small screen / phone
@@ -14,7 +15,12 @@ $grid-breakpoints: (
14 lg: 900px, 15 lg: 900px,
15 // Extra large screens / wide desktops 16 // Extra large screens / wide desktops
16 xl: 1200px, 17 xl: 1200px,
17 xxl: 1600px 18 xxl: 1600px,
19
20 // SCREEN GROUP
21 fhd: 1920px,
22 qhd: 2560px,
23 uhd: 3840px
18); 24);
19 25
20@function breakpoint($label) { 26@function breakpoint($label) {