forked from tsc-vfl/hugo-page
Enable hyphenation
This commit is contained in:
parent
fdd417da72
commit
ae74427295
@ -243,6 +243,7 @@ h1 {
|
||||
flex: 100% 0 1;
|
||||
text-align: justify;
|
||||
max-width: 100%;
|
||||
hyphens: auto;
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "page/head.html" . -}}
|
||||
<body>
|
||||
<body lang="de">
|
||||
<div id="wrapper">
|
||||
{{- partial "page/header.html" . -}}
|
||||
<div class="main">
|
||||
|
Loading…
Reference in New Issue
Block a user