diff options
-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; } |