From a34093f5061347a068dfa43355c9f4b26ba943a4 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Mon, 25 Jun 2018 17:46:14 -0500 Subject: [PATCH] fix(submit-channel): reduce font size --- app/components/Contacts/SubmitChannelForm.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Contacts/SubmitChannelForm.scss b/app/components/Contacts/SubmitChannelForm.scss index f6b25d52..bc879beb 100644 --- a/app/components/Contacts/SubmitChannelForm.scss +++ b/app/components/Contacts/SubmitChannelForm.scss @@ -32,7 +32,7 @@ line-height: 32px; h2 { - font-size: 14px; + font-size: 10px; background: $spaceblue; padding: 10px; border-radius: 17.5px; @@ -46,7 +46,7 @@ align-items: center; input { - font-size: 40px; + font-size: 25px; max-width: 110px; background: transparent; outline: none;