aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_variables.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index c3445e996..adbcd6e67 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -105,15 +105,10 @@ $link-hover-decoration: underline !default;
// adapting to different screen sizes, for use in media queries.
$grid-breakpoints: (
- // Extra small screen / phone
xs: 0,
- // Small screen / phone
sm: 544px,
- // Medium screen / tablet
md: 768px,
- // Large screen / desktop
lg: 992px,
- // Extra large screen / wide desktop
xl: 1200px
) !default;