From ae74427295be5cf17502d36703d50be2b144f388 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 10 Jan 2024 11:05:53 +0100 Subject: [PATCH] Enable hyphenation --- themes/tsc_vfl/assets/css/main.scss | 1 + themes/tsc_vfl/layouts/_default/baseof.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/tsc_vfl/assets/css/main.scss b/themes/tsc_vfl/assets/css/main.scss index 02e4254..9a44b1c 100644 --- a/themes/tsc_vfl/assets/css/main.scss +++ b/themes/tsc_vfl/assets/css/main.scss @@ -243,6 +243,7 @@ h1 { flex: 100% 0 1; text-align: justify; max-width: 100%; + hyphens: auto; table { width: 100%; diff --git a/themes/tsc_vfl/layouts/_default/baseof.html b/themes/tsc_vfl/layouts/_default/baseof.html index 0a7b0d0..c109987 100644 --- a/themes/tsc_vfl/layouts/_default/baseof.html +++ b/themes/tsc_vfl/layouts/_default/baseof.html @@ -1,7 +1,7 @@ {{- partial "page/head.html" . -}} - +
{{- partial "page/header.html" . -}}