diff options
author | Ev Bogue <ev@evbogue.com> | 2019-12-07 07:27:33 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-12-07 07:27:33 -0600 |
commit | dca488003d1f57db840fb9473e61a22a15b96ed7 (patch) | |
tree | 9df4074299cfa0947ddad95056d1ba0708545587 /css | |
parent | bd44a80c92e43c7484a7c95b513d8bb8fdef79ad (diff) |
clean up
Diffstat (limited to 'css')
-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 96a50e7..bdd1c6b 100644 --- a/css/style.css +++ b/css/style.css @@ -45,7 +45,7 @@ hr { } #scroller { - max-width: 50em; + max-width: 680px; margin-right: auto; margin-left: auto; } @@ -172,8 +172,8 @@ textarea { position: fixed; z-index: 1000; margin: 0; - padding-top: .3em; - padding-bottom: .3em; + padding-top: .33em; + padding-bottom: .27em; left: 0; right: 0; top: 0; } |