diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-24 02:00:30 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-24 02:11:55 -0400 |
commit | 6cf0e264b121b754bf8006914c23d3e45f9d0415 (patch) | |
tree | 671fda879e6e172faf25e01068a7be15540dec24 /assets/style.css | |
parent | 2053db46882ec55000def76814fdea6f0b58e6bb (diff) | |
download | getwtxt-6cf0e264b121b754bf8006914c23d3e45f9d0415.tar.gz |
style changes for index.html template
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/assets/style.css b/assets/style.css index 4e6dc54..0e57190 100644 --- a/assets/style.css +++ b/assets/style.css @@ -3,6 +3,7 @@ #container { max-width: 50rem; margin: auto; + margin-top: -2rem; } #head { @@ -26,14 +27,20 @@ } #info { - font-size: 1.0em; + font-family: monospace; + font-size: 1.5em; margin-top: -2.0rem; padding-bottom: 2rem; } +#desc { + padding: 0.5rem; + text-align: center; +} + #foot { - padding-top: 2rem; + padding-top: 3rem; padding-bottom: 2rem; text-align: center; - font-size: 0.8em; + font-size: 0.9em; } |