]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Finally fix XMR address overflow on mobile
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 2 Sep 2023 14:35:08 +0000 (16:35 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 2 Sep 2023 14:37:09 +0000 (16:37 +0200)
assets/css/style.css
layouts/_default/baseof.html

index a56dee93d563fa65329d140bc7773a3625b60cbb..1dbabd00b2ccdda09c8f60d353e587a67c69597f 100644 (file)
@@ -41,3 +41,7 @@ main {
        margin: 0 auto;
        text-align: justify;
 }
+
+footer {
+       overflow-wrap: anywhere;
+}
index b3e08ca143fcea32bebd3551b5f5f5884a7f6507..b92c389441c1b2e25ef939b744538738d5bc0230 100644 (file)
@@ -3,7 +3,7 @@
        <head>
                {{ partial "meta.html" . }}
                {{ $style := resources.Get "css/style.css" | resources.Minify }}
-               <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.0">
+               <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.1">
                {{ $index := $.Site.GetPage "/" }}
                {{ range $index.AlternativeOutputFormats }}
                {{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}