From 700fd87b5f430b27925a9c6759849bb82a88ec73 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sat, 22 Sep 2018 21:10:23 +0200 Subject: [PATCH] Don't justify text in page titles. --- content/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/content/css/default.css b/content/css/default.css index 20d1c1f..fa00c8c 100644 --- a/content/css/default.css +++ b/content/css/default.css @@ -131,4 +131,5 @@ img.ccby { h1.title { padding-right: 160px; line-height: 1.3em; + text-align: left; }