(Update) Typography: Reduce font size on small devices (100%)

This commit is contained in:
0xfff 2016-09-28 00:55:40 +02:00
parent 501943589f
commit 3c097363ca

View file

@ -110,6 +110,12 @@ body {
@include fontSmoothing();
}
@include mq($to: small) {
html, body {
font-size: 100%;
}
}
h1 {
@include font-title-xlarge();
}