From 2471f1715400f6d2f841d223bacff9bb796ce2b3 Mon Sep 17 00:00:00 2001 From: philipp Date: Sat, 17 Feb 2024 22:27:58 +0100 Subject: [PATCH] hyphen!! --- output/abgb.html | 2 +- output/eheg.html | 2 +- output/index.html | 2 +- output/kschg.html | 2 +- output/mschg.html | 2 +- output/schifffahrtsg.html | 2 +- output/stgb.html | 2 +- output/style.css | 4 ++++ output/teg.html | 2 +- output/urhg.html | 2 +- output/vereinsg.html | 2 +- output/vgg.html | 2 +- templates/index.html | 2 +- templates/law.html | 2 +- templates/style.css | 4 ++++ 15 files changed, 21 insertions(+), 13 deletions(-) diff --git a/output/abgb.html b/output/abgb.html index f8e4741..1e34156 100644 --- a/output/abgb.html +++ b/output/abgb.html @@ -1,4 +1,4 @@ - + diff --git a/output/eheg.html b/output/eheg.html index 59d1f7f..13782e6 100644 --- a/output/eheg.html +++ b/output/eheg.html @@ -1,4 +1,4 @@ - + diff --git a/output/index.html b/output/index.html index e018876..7c68b88 100644 --- a/output/index.html +++ b/output/index.html @@ -1,4 +1,4 @@ - + diff --git a/output/kschg.html b/output/kschg.html index 388e40f..88ab77d 100644 --- a/output/kschg.html +++ b/output/kschg.html @@ -1,4 +1,4 @@ - + diff --git a/output/mschg.html b/output/mschg.html index e0733b2..e243583 100644 --- a/output/mschg.html +++ b/output/mschg.html @@ -1,4 +1,4 @@ - + diff --git a/output/schifffahrtsg.html b/output/schifffahrtsg.html index 31320ba..69f67ce 100644 --- a/output/schifffahrtsg.html +++ b/output/schifffahrtsg.html @@ -1,4 +1,4 @@ - + diff --git a/output/stgb.html b/output/stgb.html index acd3ed7..c4c46d4 100644 --- a/output/stgb.html +++ b/output/stgb.html @@ -1,4 +1,4 @@ - + diff --git a/output/style.css b/output/style.css index f5bdfbe..c5ecc43 100644 --- a/output/style.css +++ b/output/style.css @@ -1,3 +1,7 @@ +html { + hyphens: auto; +} + h1 { margin-top: var(--pico-spacing); } diff --git a/output/teg.html b/output/teg.html index 6e58ca4..8ffce59 100644 --- a/output/teg.html +++ b/output/teg.html @@ -1,4 +1,4 @@ - + diff --git a/output/urhg.html b/output/urhg.html index 7f67c21..dcfcabd 100644 --- a/output/urhg.html +++ b/output/urhg.html @@ -1,4 +1,4 @@ - + diff --git a/output/vereinsg.html b/output/vereinsg.html index 119524a..6a4fb51 100644 --- a/output/vereinsg.html +++ b/output/vereinsg.html @@ -1,4 +1,4 @@ - + diff --git a/output/vgg.html b/output/vgg.html index 0122e2e..34a0635 100644 --- a/output/vgg.html +++ b/output/vgg.html @@ -1,4 +1,4 @@ - + diff --git a/templates/index.html b/templates/index.html index 7ac1331..41e0755 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,4 @@ - + diff --git a/templates/law.html b/templates/law.html index 570b379..179644b 100644 --- a/templates/law.html +++ b/templates/law.html @@ -1,4 +1,4 @@ - + diff --git a/templates/style.css b/templates/style.css index f5bdfbe..c5ecc43 100644 --- a/templates/style.css +++ b/templates/style.css @@ -1,3 +1,7 @@ +html { + hyphens: auto; +} + h1 { margin-top: var(--pico-spacing); }