diff --git a/app/app.global.scss b/app/app.global.scss index af1dc76c..df38cff3 100644 --- a/app/app.global.scss +++ b/app/app.global.scss @@ -90,7 +90,6 @@ body { transition: none; position: relative; color: white; - margin-bottom: 5px; &:active { transform: translate(0px, 3px); diff --git a/app/components/ChannelForm/StepThree.scss b/app/components/ChannelForm/StepThree.scss index ad8815c7..f1591a38 100644 --- a/app/components/ChannelForm/StepThree.scss +++ b/app/components/ChannelForm/StepThree.scss @@ -50,7 +50,7 @@ width: 30px; height: 200px; font-size: 100px; - font-weight: 100; + font-weight: 200; border: none; outline: 0; -webkit-appearance: none; diff --git a/app/components/ChannelForm/StepTwo.scss b/app/components/ChannelForm/StepTwo.scss index ad8815c7..f1591a38 100644 --- a/app/components/ChannelForm/StepTwo.scss +++ b/app/components/ChannelForm/StepTwo.scss @@ -50,7 +50,7 @@ width: 30px; height: 200px; font-size: 100px; - font-weight: 100; + font-weight: 200; border: none; outline: 0; -webkit-appearance: none; diff --git a/app/components/Nav/Nav.js b/app/components/Nav/Nav.js index 3fe72ff0..bc1d4395 100644 --- a/app/components/Nav/Nav.js +++ b/app/components/Nav/Nav.js @@ -42,10 +42,10 @@ const Nav = ({ openPayForm, openRequestForm }) => (