diff --git a/public/assets/css/mediaQueries.css b/public/assets/css/mediaQueries.css index 3b6ae345..ea640afc 100644 --- a/public/assets/css/mediaQueries.css +++ b/public/assets/css/mediaQueries.css @@ -69,7 +69,7 @@ font-size: small; } - .instructions-text--large, .pull-quote { + .instructions-text--large, .pull-quote, .input-text--large, .button--large { font-size: medium; } @@ -88,8 +88,8 @@ font-size: x-small; } - .instructions-text--large, .pull-quote { - font-size: small; + .instructions-text--large, .pull-quote, .input-text--large, .button--large { + font-size: x-small; } } \ No newline at end of file