From a7e9f645409d7c4b56121f68d0495212cd799225 Mon Sep 17 00:00:00 2001 From: tomtjes <7606307+tomtjes@users.noreply.github.com> Date: Sat, 11 Jan 2025 13:16:42 -0500 Subject: [PATCH 1/3] Adjust go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c42fd6c0..2bd25b8f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/lxndrblz/anatole +module github.com/tomtjes/hugo-anatole go 1.12 From 3ea15c2ea34c3aaf858b2c193507cd83f3ee89de Mon Sep 17 00:00:00 2001 From: tomtjes <7606307+tomtjes@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:38:09 -0500 Subject: [PATCH 2/3] fix padding --- assets/scss/partials/components/_portfolio.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/partials/components/_portfolio.scss b/assets/scss/partials/components/_portfolio.scss index 8d1ca151..76a5d837 100644 --- a/assets/scss/partials/components/_portfolio.scss +++ b/assets/scss/partials/components/_portfolio.scss @@ -55,7 +55,7 @@ margin-right: auto; margin-left: auto; width: calc(100% - 64px); - padding: 32px 32px 0px 32px; + padding: 0 32px 32px; max-width: inherit; @include themed() { @@ -88,7 +88,7 @@ } &__description { - padding: 32px; + padding: 0 32px 32px; position: relative; @include themed() { From 6b205b6b18fe336a46199960787f99107f811bd8 Mon Sep 17 00:00:00 2001 From: tomtjes <7606307+tomtjes@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:54:50 -0500 Subject: [PATCH 3/3] Revert change in go.mod Sorry, this wasn't supposed to be part of the PR --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2bd25b8f..c42fd6c0 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/tomtjes/hugo-anatole +module github.com/lxndrblz/anatole go 1.12