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.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss
index d536eac86..6aa5c2474 100644
--- a/client/src/sass/include/_bootstrap-variables.scss
+++ b/client/src/sass/include/_bootstrap-variables.scss
@@ -17,6 +17,10 @@ $grid-breakpoints: (
17 xxl: 1600px 17 xxl: 1600px
18); 18);
19 19
20@function breakpoint($label) {
21 @return map-get($grid-breakpoints, $label);
22}
23
20$container-max-widths: ( 24$container-max-widths: (
21 sm: 420px, 25 sm: 420px,
22 md: 720px, 26 md: 720px,