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