Base font size 1.6rem. Fix #218

This commit is contained in:
skullmasher 2016-10-23 18:08:16 +02:00
parent 5d74c132e9
commit 715e359b59
3 changed files with 4 additions and 3 deletions

View file

@ -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