Add titleContainer padding back in

Shouldn't have removed that, whoops
This commit is contained in:
Thomas Wade 2018-10-30 10:56:21 +10:30
parent 7015e0050f
commit 5540e6cbcb

View File

@ -224,6 +224,11 @@ h1
box-shadow: 10px 0 0 0 #000, -10px 0 0 0 #000; box-shadow: 10px 0 0 0 #000, -10px 0 0 0 #000;
} }
.post .titleContainer
{
padding-left: 10px;
}
.post .title .post .title
{ {
display: inline; display: inline;