diff options
author | Ev Bogue <ev@evbogue.com> | 2020-01-05 17:47:31 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2020-01-05 17:47:31 -0600 |
commit | 4614d28969667b6c79a9195ef459942dea3ea546 (patch) | |
tree | e1dd54e6881bdaacb6082dfbfae6ccca0e0b7813 | |
parent | cc9eca00f3670b56dc888ff15e7e2ed8354c9d8e (diff) |
adjust spacing
-rw-r--r-- | css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css index 383d6b9..7ec1ee4 100644 --- a/css/style.css +++ b/css/style.css @@ -38,7 +38,7 @@ hr { #screen { position: absolute; - top: 35px; + top: 40px; right: 0; left: 0; bottom: 0; @@ -179,8 +179,8 @@ textarea { position: fixed; z-index: 1000; margin: 0; - padding-top: .33em; - padding-bottom: .4em; + padding-top: .4em; + padding-bottom: .3em; left: 0; right: 0; top: 0; } |