From 5540e6cbcbfe9c5ec30ced5e28bb4d2e52eca4c6 Mon Sep 17 00:00:00 2001 From: Thomas Wade Date: Tue, 30 Oct 2018 10:56:21 +1030 Subject: [PATCH] Add titleContainer padding back in Shouldn't have removed that, whoops --- styles/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/default.css b/styles/default.css index bbce0a5..3acf503 100644 --- a/styles/default.css +++ b/styles/default.css @@ -224,6 +224,11 @@ h1 box-shadow: 10px 0 0 0 #000, -10px 0 0 0 #000; } +.post .titleContainer +{ + padding-left: 10px; +} + .post .title { display: inline;