updated font sizes

This commit is contained in:
bill bittner 2017-10-19 09:45:06 -07:00
parent 020cafa426
commit c8d1d066a0

View file

@ -69,7 +69,7 @@
font-size: small; font-size: small;
} }
.instructions-text--large, .pull-quote { .instructions-text--large, .pull-quote, .input-text--large, .button--large {
font-size: medium; font-size: medium;
} }
@ -88,8 +88,8 @@
font-size: x-small; font-size: x-small;
} }
.instructions-text--large, .pull-quote { .instructions-text--large, .pull-quote, .input-text--large, .button--large {
font-size: small; font-size: x-small;
} }
} }