revise font styles

This commit is contained in:
Huy Tran 2018-11-09 21:50:02 +11:00
parent 0bcd6e7c83
commit 03f62da4f0
1 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ html {
box-direction: normal;
font-family: $root-font-family;
font-size: $small-device-font-size;
line-height: $root-line-height;
line-height: $root-line-height;
font-weight: $root-font-weight;
}
html, body {
@ -46,7 +47,7 @@ h5 {
}
figure {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
}