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; + } }