diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-09-28 23:06:53 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-09-28 23:06:53 +0200 |
commit | 9c07e240118f0f99ad722c08477645d9ad0b35fe (patch) | |
tree | f673c1c27933a5ce7ba925d392e99d38ec3502ae | |
parent | d19b98bf77cb69dadf817ec251de03b75ed09fdb (diff) | |
download | theos-website-9c07e240118f0f99ad722c08477645d9ad0b35fe.tar.xz |
style: Pull update date/author style from kyrias website
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | src/style.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index 5192555..5cf20be 100644 --- a/src/style.css +++ b/src/style.css @@ -98,8 +98,14 @@ header h1 { padding-bottom: 0.25rem; } -p#last-upd, p#author { - font-size: 0.9em; +p#last-upd { + font-family: 'Fontin Sans SC'; + font-size: 13px; + text-align: right; + margin: 0; +} +p#author { + font-size: 14px; text-align: right; margin: 0; } |