From 4db18bd307e9588ed3a30621f212ef4bd1d1643b Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 1 Dec 2024 11:16:44 +0100 Subject: [PATCH] alignment fixes --- assets/css/style.css | 4 ++++ layouts/partials/page-header.html | 24 ++++++++++++++++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index a71bc43a..5024fc61 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -221,6 +221,10 @@ a h4:hover { padding: 200px 0 80px; } +.page-title-section .page-title { + hyphens: auto; +} + .list-styled { padding-left: 25px; } diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index b672c9f9..68097af6 100644 --- a/layouts/partials/page-header.html +++ b/layouts/partials/page-header.html @@ -3,9 +3,29 @@