diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-06-19 20:10:42 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-06-19 20:10:42 +0100 |
commit | 54a926ccd5932bfbdffb4dfd44f375e8410c2bb5 (patch) | |
tree | 15a040060ab2260fcb78b043c0557969008f6d77 /static/style.css | |
parent | 503cf319175266050609f3c935e8eed2d501e70e (diff) | |
download | eda.gay-54a926ccd5932bfbdffb4dfd44f375e8410c2bb5.tar.gz eda.gay-54a926ccd5932bfbdffb4dfd44f375e8410c2bb5.zip |
interstital commit
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 45b9459..be25a8e 100644 --- a/static/style.css +++ b/static/style.css @@ -132,6 +132,15 @@ header img { max-height: 110px; } +form #number_input { + width: 50px; + margin-left: 10px; +} + +form #url_input { + margin-left: 10px; +} + body div div { padding-left: 10px; padding-right: 10px; |