minor css

This commit is contained in:
Kenneth Jao 2017-02-28 22:52:59 -05:00
parent 60117a1af6
commit 8378f0e1de

View File

@ -570,7 +570,7 @@
.formDiv input { .formDiv input {
font-size: 2vh; font-size: 2vh;
width: calc(98% - 8px) !important; width: 98% !important;
padding: 1%; padding: 1%;
} }
@ -582,6 +582,7 @@
#formContainer { #formContainer {
margin: 2%; margin: 2%;
position: relative;
} }
#creSubmit { #creSubmit {