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" . -}}