From a50af27f0214b3c368c5a060bb11803fedafe6fd Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Sun, 19 Jan 2020 22:00:57 +0100 Subject: [PATCH] No justify for info in post header --- Resources/Private/Sass/layout/_content.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Private/Sass/layout/_content.scss b/Resources/Private/Sass/layout/_content.scss index 3ece747..6f07460 100644 --- a/Resources/Private/Sass/layout/_content.scss +++ b/Resources/Private/Sass/layout/_content.scss @@ -139,4 +139,7 @@ main > section { p { text-align: justify; } + header p { + text-align: inherit; + } }