diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-19 03:02:35 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-19 03:02:35 -0400 |
commit | 0f645e7fa9187eadbbbf12941e2902cbb8b6af41 (patch) | |
tree | 089d2b13ac11b8dfe3eb8cf0e200aaa5337dab5e /assets/style.css | |
parent | 1d0042985faf96f3afd9c26fadc719777cb681c3 (diff) | |
download | getwtxt-0f645e7fa9187eadbbbf12941e2902cbb8b6af41.tar.gz |
updated template and adjusted styling
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/assets/style.css b/assets/style.css index 5f62e1c..7d314f1 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,20 +1,24 @@ @import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css"); #container { - max-width: 800px; + max-width: 50rem; margin: auto; } #head { - padding-top: 20px; - padding-bottom: 20px; + padding-bottom: 1rem; text-align: center; - font-size: 2em; + font-size: 4em; + font-family: monospace; } #subhead { text-align: right; - font-size: 1.2em; + font-size: 2.0em; + font-family: monospace; + margin-top: -2rem; + padding-right: 10rem; + padding-bottom: 1.0rem; } #body { @@ -23,11 +27,12 @@ #info { font-size: 0.9em; - padding-top: 10px; + padding-top: 1rem; } #foot { - padding-top: 20px; + padding-top: 2rem; + padding-bottom: 2rem; text-align: center; font-size: 0.8em; } |