Base font size 1.6rem. Fix #218
This commit is contained in:
parent
5d74c132e9
commit
715e359b59
3 changed files with 4 additions and 3 deletions
|
@ -407,7 +407,7 @@ html {
|
||||||
font-size: calc(1em * 0.625); }
|
font-size: calc(1em * 0.625); }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 1.4rem;
|
font-size: 1.6rem;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
@ -906,6 +906,7 @@ input[type="reset"].unstyled {
|
||||||
flex-direction: row-reverse; }
|
flex-direction: row-reverse; }
|
||||||
.o-media-figure--center {
|
.o-media-figure--center {
|
||||||
-ms-flex-item-align: center;
|
-ms-flex-item-align: center;
|
||||||
|
-ms-grid-row-align: center;
|
||||||
align-self: center; } }
|
align-self: center; } }
|
||||||
|
|
||||||
/* Autogrid object */
|
/* Autogrid object */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
// Config file and project variables
|
// Config file and project variables
|
||||||
|
|
||||||
// font sizes
|
// font sizes
|
||||||
$base-font-size : 1.4rem !default; // ex. 1.4rem would be "14px" equivalent
|
$base-font-size : 1.6rem !default; // ex. 1.4rem would be "14px" equivalent
|
||||||
$line-height : 1.5 !default; // equiv line-height 1.5
|
$line-height : 1.5 !default; // equiv line-height 1.5
|
||||||
$h1-size : 3.2rem !default; // equiv "32px"
|
$h1-size : 3.2rem !default; // equiv "32px"
|
||||||
$h2-size : 2.8rem !default; // equiv "28px"
|
$h2-size : 2.8rem !default; // equiv "28px"
|
||||||
|
|
Loading…
Reference in a new issue