mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Change default font size
This commit is contained in:
@@ -12,11 +12,11 @@ $control-radius-small: $radius-small !default
|
||||
font-size: $size-normal
|
||||
height: 2.25em
|
||||
justify-content: flex-start
|
||||
line-height: 1.5
|
||||
padding-bottom: 0.425em
|
||||
line-height: 1.25
|
||||
padding-bottom: 0.5em
|
||||
padding-left: 0.625em
|
||||
padding-right: 0.625em
|
||||
padding-top: 0.325em
|
||||
padding-top: 0.5em
|
||||
position: relative
|
||||
vertical-align: top
|
||||
// States
|
||||
|
||||
@@ -167,10 +167,13 @@
|
||||
// Responsiveness
|
||||
|
||||
$tablet: 769px !default
|
||||
|
||||
// 960px container + 40px
|
||||
$desktop: 1000px !default
|
||||
|
||||
// 1152px container + 40
|
||||
$widescreen: 1192px !default
|
||||
|
||||
// 960 and 1152 have been chosen because
|
||||
// they are divisible by both 12 and 16
|
||||
|
||||
|
||||
@@ -29,13 +29,13 @@ $red: hsl(348, 100%, 61%) !default
|
||||
$family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
|
||||
$family-monospace: monospace !default
|
||||
|
||||
$size-1: 3.5rem !default
|
||||
$size-2: 2.75rem !default
|
||||
$size-1: 3rem !default
|
||||
$size-2: 2.5rem !default
|
||||
$size-3: 2rem !default
|
||||
$size-4: 1.5rem !default
|
||||
$size-5: 1.25rem !default
|
||||
$size-6: 1rem !default
|
||||
$size-7: 0.85rem !default
|
||||
$size-7: 0.75rem !default
|
||||
|
||||
$weight-light: 300 !default
|
||||
$weight-normal: 400 !default
|
||||
@@ -44,7 +44,7 @@ $weight-bold: 700 !default
|
||||
|
||||
// Body
|
||||
$body-background: $white !default
|
||||
$body-size: 14px !default
|
||||
$body-size: 16px !default
|
||||
|
||||
// Miscellaneous
|
||||
$easing: ease-out !default
|
||||
|
||||
Reference in New Issue
Block a user