make settings input boxes smaller

master
Bryan 2020-12-19 12:19:28 -06:00
parent dc718a66f6
commit 3b8e959e88
1 changed files with 3 additions and 3 deletions

View File

@ -114,12 +114,12 @@
} }
.settings-form input { .settings-form input {
font-size: 1.25em; font-size: 1em;
width: 200px; width: 200px;
border: 1px solid #7FBD32; border: 1px solid #7FBD32;
border-radius: 3em; border-radius: 2em;
background-color: #EEE; background-color: #EEE;
padding: 1em; padding: .5em;
} }
.settings-form button { .settings-form button {