mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Add breakpoint containers
This commit is contained in:
@@ -48,14 +48,16 @@ $body-size: 16px !default
|
||||
|
||||
// Responsiveness
|
||||
|
||||
// The container gap, which acts as the offset for breakpoints
|
||||
$gap: 24px !default
|
||||
// 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
|
||||
$tablet: 769px !default
|
||||
// 960px container + 40px
|
||||
$desktop: 1000px !default
|
||||
// 1152px container + 40
|
||||
$widescreen: 1192px !default
|
||||
// 1344px container + 40
|
||||
$fullhd: 1384px !default
|
||||
// 960px container + 3rem
|
||||
$desktop: 960px + (2 * $gap) !default
|
||||
// 1152px container + 3rem
|
||||
$widescreen: 1152px + (2 * $gap) !default
|
||||
// 1344px container + 3rem
|
||||
$fullhd: 1344px + (2 * $gap) !default
|
||||
|
||||
// Miscellaneous
|
||||
|
||||
|
||||
Reference in New Issue
Block a user