From cbf4925d9feba8cacd9a826cc9649a3b4773a8b3 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 4 Nov 2019 10:40:07 +0100 Subject: Add post footer --- src/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 70fc10b..14a951e 100644 --- a/src/style.css +++ b/src/style.css @@ -41,6 +41,14 @@ ul.links { margin-bottom: 0px; } +.post-footer { + font-size: 16px; + color: #444; + margin-left: auto; + margin-right: auto; + width: 80%; +} + /* note stuff */ .note { position: relative; -- cgit v1.2.3