mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 23:36:08 +00:00
(Update) Typography: Reduce font size on small devices (100%)
This commit is contained in:
parent
501943589f
commit
3c097363ca
1 changed files with 6 additions and 0 deletions
|
@ -110,6 +110,12 @@ body {
|
||||||
@include fontSmoothing();
|
@include fontSmoothing();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include mq($to: small) {
|
||||||
|
html, body {
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@include font-title-xlarge();
|
@include font-title-xlarge();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue