From 178af31cb8624567a26a1ca06cba9f3a475be330 Mon Sep 17 00:00:00 2001 From: Wicklow Date: Fri, 17 Feb 2023 10:40:37 +0100 Subject: Change bootstrap helpers and variables --- client/src/sass/include/_bootstrap-variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/sass/include/_bootstrap-variables.scss') diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index 1c05f467a..558610893 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss @@ -8,9 +8,9 @@ $grid-breakpoints: ( // Extra small screen / phone xs: 0, // Small screen / phone - sm: 576px, + sm: $mobile-view, // Medium screen / tablet - md: 768px, + md: $small-view, // Large screen / desktop lg: 900px, // Extra large screens / wide desktops -- cgit v1.2.3