From 22c58b4d7d864414c599761f92212a5825003950 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sun, 10 May 2020 00:25:31 -0700 Subject: input length check and component splitting --- frontend/src/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/src/css') diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index 9a5a149..902a096 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -22,7 +22,7 @@ textarea, input[type=text] { border-radius: 3px; border: 1px solid #565656; outline: none; - margin-bottom: 1.5em; + margin: 1.2em 0; } textarea { @@ -38,6 +38,7 @@ input[type=submit] { font-weight: 700; color: #faf9f5; background-color: #111111; + padding: 0.75em 2em; } input[type=submit]:focus { -- cgit v1.2.3