From 5cfc9539918d2a66ff30413dae4325573b861de9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Sat, 2 Sep 2023 16:35:08 +0200 Subject: [PATCH] Finally fix XMR address overflow on mobile --- assets/css/style.css | 4 ++++ layouts/_default/baseof.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index a56dee9..1dbabd0 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -41,3 +41,7 @@ main { margin: 0 auto; text-align: justify; } + +footer { + overflow-wrap: anywhere; +} diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b3e08ca..b92c389 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,7 +3,7 @@ {{ partial "meta.html" . }} {{ $style := resources.Get "css/style.css" | resources.Minify }} - + {{ $index := $.Site.GetPage "/" }} {{ range $index.AlternativeOutputFormats }} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} -- 2.39.2