mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
15 lines
184 B
SCSS
15 lines
184 B
SCSS
|
h1,h2,h3,h4,h5,h6 {
|
||
|
font-family: $main-font;
|
||
|
}
|
||
|
|
||
|
.main-subhead {
|
||
|
@media (min-width: 640px) {
|
||
|
font-size: 30px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
@media (max-width: 400px) {
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
}
|