diff options
| author | jackyzha0 <[email protected]> | 2020-05-10 00:25:31 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-10 00:25:31 -0700 |
| commit | 22c58b4d7d864414c599761f92212a5825003950 (patch) | |
| tree | 8a89e71ebf8c3e549f1f22cda3180eb305f4b202 /frontend/src/css | |
| parent | add title component (diff) | |
| download | ctrl-v-22c58b4d7d864414c599761f92212a5825003950.tar.xz ctrl-v-22c58b4d7d864414c599761f92212a5825003950.zip | |
input length check and component splitting
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |