diff --git a/components/footer/footer.js b/components/footer/footer.js
index cfcb881..3840bc6 100644
--- a/components/footer/footer.js
+++ b/components/footer/footer.js
@@ -11,7 +11,7 @@ const Footer = () => (
Society of Socks
-
Website by Cole Erickson - © 2015 - {DateTime.utc().year} Society of Socks
+
© 2015 - {DateTime.utc().year} Society of Socks
- {if(ev) ev.preventDefault(); console.log('mailing list')}}>Mailing List
diff --git a/components/form/styles.module.css b/components/form/styles.module.css
index ba7c348..bdada31 100644
--- a/components/form/styles.module.css
+++ b/components/form/styles.module.css
@@ -65,11 +65,12 @@
right: 0;
bottom: 0;
pointer-events: none;
- padding: 9px 10px;
+ padding: 8px 10px;
}
.inputDecorators > span {
display: inline-block;
+ font: 400 13.3333px Arial;
}
.inputDecorators > span {
@@ -78,7 +79,7 @@
}
.complexInput input:focus + .inputDecorators .numRemaining {
- opacity: .6;
+ opacity: .4;
}
.complexInput > button {