mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Add new breakpoint, Explain card
This commit is contained in:
@@ -46,6 +46,17 @@ $weight-bold: 700 !default
|
||||
$body-background: $white !default
|
||||
$body-size: 16px !default
|
||||
|
||||
// Responsiveness
|
||||
// 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
|
||||
|
||||
// Miscellaneous
|
||||
$easing: ease-out !default
|
||||
$radius-small: 2px !default
|
||||
|
||||
Reference in New Issue
Block a user