revise font styles

This commit is contained in:
Huy Tran 2018-11-09 21:50:02 +11:00
parent 0bcd6e7c83
commit 03f62da4f0

View file

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