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