From c26bae0cb7c98e8dc5d91bd068389e121dc81a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 28 Oct 2022 18:02:37 +0100 Subject: [PATCH] fixed background/hero homepage layouts not centering on mobile --- layouts/partials/home/background.html | 2 +- layouts/partials/home/hero.html | 2 +- package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/home/background.html b/layouts/partials/home/background.html index c095f84f..d72ed82c 100644 --- a/layouts/partials/home/background.html +++ b/layouts/partials/home/background.html @@ -17,7 +17,7 @@ {{ end }} {{ end }} -
+
{{ with .Site.Author.image }} {{ $authorImage := resources.Get . }} {{ if $authorImage }} diff --git a/layouts/partials/home/hero.html b/layouts/partials/home/hero.html index a6b824f8..a604bd28 100644 --- a/layouts/partials/home/hero.html +++ b/layouts/partials/home/hero.html @@ -14,7 +14,7 @@ {{ end }} {{ end }}
-
+
{{ with .Site.Author.image }} {{ $authorImage := resources.Get . }} {{ if $authorImage }} diff --git a/package-lock.json b/package-lock.json index ecc30fec..6a41bb59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-blowfish-theme", - "version": "2.3.1", + "version": "2.4.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.3.1", + "version": "2.4.5", "hasInstallScript": true, "license": "MIT", "dependencies": {