aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/variables.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/variables.less b/less/variables.less
index ddfeae727..c3eeaaebc 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -600,10 +600,10 @@
// --------------------------------------------------
// Small screen / tablet
-@container-tablet: 750px; // 720px + 30px left/right padding
+@container-tablet: ((720px + @grid-gutter-width));
// Medium screen / desktop
-@container-desktop: 970px; // 940px + 30px left/right padding
+@container-desktop: ((940px + @grid-gutter-width));
// Large screen / wide desktop
-@container-large-desktop: 1170px; // 1140px + 30px left/right padding
+@container-large-desktop: ((1140px + @grid-gutter-width));