resized large text for phones

This commit is contained in:
bill bittner 2017-10-18 15:51:26 -07:00
parent c2da987f33
commit cd6f146cd5

View file

@ -12,6 +12,10 @@
font-size: medium;
}
.instructions-text--large, .pull-quote {
font-size: 1.5rem;
}
.column--med-10 {
width: 100%;
}
@ -53,4 +57,16 @@
font-size: small;
}
.instructions-text--large, .pull-quote {
font-size: 1rem;
}
}
@media (max-width: 360px) {
body, button, input, textarea, label, select, option {
font-size: x-small;
}
}