]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #1453
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 4 Dec 2017 19:29:23 +0000 (19:29 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 4 Dec 2017 19:29:23 +0000 (19:29 +0000)
sass/utilities/initial-variables.sass

index 0d3e09de80b841a80b2c36cb12e27557592528da..9e7b9726ffb08bf04797b50894e366c2200d4820 100644 (file)
@@ -49,12 +49,12 @@ $weight-bold: 700 !default
 $gap: 32px !default
 // 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
 $tablet: 769px !default
-// 960px container + 3rem
+// 960px container + 4rem
 $desktop: 960px + (2 * $gap) !default
-// 1152px container + 3rem
-$widescreen: 1152px + (2 * $gap)  !default
-// 1344px container + 3rem
-$fullhd: 1344px + (2 * $gap)  !default
+// 1152px container + 4rem
+$widescreen: 1152px + (2 * $gap) !default
+// 1344px container + 4rem
+$fullhd: 1344px + (2 * $gap) !default
 
 // Miscellaneous