From: Duje Mihanović Date: Sat, 2 Sep 2023 14:35:08 +0000 (+0200) Subject: Finally fix XMR address overflow on mobile X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=5cfc9539918d2a66ff30413dae4325573b861de9;p=dujemihanovic.xyz.git Finally fix XMR address overflow on mobile --- 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 }}