From 40abcab55a41783ea75ae69bd1cea65980e5abd6 Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Wed, 20 Jan 2021 22:35:57 +0100 Subject: [PATCH] enabled breakWord for onion URL in footer --- public/index.php | 6 +++--- scss/_content.scss | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/public/index.php b/public/index.php index cfdf7e2..5ab03cb 100644 --- a/public/index.php +++ b/public/index.php @@ -41,9 +41,9 @@ getHeader("Jonas Leder", "home"); echo(<< + EOF); @@ -60,7 +60,7 @@ getHeader("Jonas Leder", "home");
Diese Website ist auch als hidden Service unter folgendem URL zu erreichen: jonasledtmdcrenuxuobwqn3n6onq3smssicbeyocolgx4sk75xwmxqd.onion

'); + echo('

Diese Website ist auch als hidden Service unter folgendem URL zu erreichen: jonasledtmdcrenuxuobwqn3n6onq3smssicbeyocolgx4sk75xwmxqd.onion

'); } ?> diff --git a/scss/_content.scss b/scss/_content.scss index 39ecfaa..2c55453 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -14,10 +14,6 @@ article{ margin-right: 20px; flex: 1 1 0; width: 0; - word-wrap: break-word; - p{ - word-wrap: break-word; - } h2{ text-align: center; margin: 0; @@ -42,4 +38,7 @@ article{ #banner img { width: 100%; +} +.breakWord{ + word-wrap: break-word; } \ No newline at end of file