mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Fix #1453
This commit is contained in:
@@ -49,12 +49,12 @@ $weight-bold: 700 !default
|
|||||||
$gap: 32px !default
|
$gap: 32px !default
|
||||||
// 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
|
// 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
|
||||||
$tablet: 769px !default
|
$tablet: 769px !default
|
||||||
// 960px container + 3rem
|
// 960px container + 4rem
|
||||||
$desktop: 960px + (2 * $gap) !default
|
$desktop: 960px + (2 * $gap) !default
|
||||||
// 1152px container + 3rem
|
// 1152px container + 4rem
|
||||||
$widescreen: 1152px + (2 * $gap) !default
|
$widescreen: 1152px + (2 * $gap) !default
|
||||||
// 1344px container + 3rem
|
// 1344px container + 4rem
|
||||||
$fullhd: 1344px + (2 * $gap) !default
|
$fullhd: 1344px + (2 * $gap) !default
|
||||||
|
|
||||||
// Miscellaneous
|
// Miscellaneous
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user