summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-09-28 23:06:53 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2016-09-28 23:06:53 +0200
commit9c07e240118f0f99ad722c08477645d9ad0b35fe (patch)
treef673c1c27933a5ce7ba925d392e99d38ec3502ae
parentd19b98bf77cb69dadf817ec251de03b75ed09fdb (diff)
downloadtheos-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.css10
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;
}