From 3037362c744f783bdb6af645d0e5155e49c7399a Mon Sep 17 00:00:00 2001 From: Derek Severin Date: Mon, 25 Mar 2019 16:18:28 +0700 Subject: Dates not in italic and title-block added in CSS --- static/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/css/theme.css') diff --git a/static/css/theme.css b/static/css/theme.css index 6298768..5c4fef4 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1074,6 +1074,10 @@ min-height: 300px; /* LISTS & POSTS */ +.title-block { + padding-bottom: 1em; +} + #list-content { clear: both; max-width: 100%; -- cgit v1.2.3