Merge pull request #219 from SkullMasher/master
Base font size 1.6rem. Fix #218
This commit is contained in:
commit
0e31ec8487
3 changed files with 4 additions and 3 deletions
|
@ -407,7 +407,7 @@ html {
|
|||
font-size: calc(1em * 0.625); }
|
||||
|
||||
body {
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.6rem;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
font-family: sans-serif;
|
||||
|
@ -906,6 +906,7 @@ input[type="reset"].unstyled {
|
|||
flex-direction: row-reverse; }
|
||||
.o-media-figure--center {
|
||||
-ms-flex-item-align: center;
|
||||
-ms-grid-row-align: center;
|
||||
align-self: center; } }
|
||||
|
||||
/* Autogrid object */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
// Config file and project variables
|
||||
|
||||
// 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
|
||||
$h1-size : 3.2rem !default; // equiv "32px"
|
||||
$h2-size : 2.8rem !default; // equiv "28px"
|
||||
|
|
Loading…
Reference in a new issue