mirror of
https://github.com/inspec/inspec
synced 2024-12-23 19:43:14 +00:00
15 lines
No EOL
184 B
SCSS
15 lines
No EOL
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;
|
|
}
|
|
} |