From cd7574c0fcc65d7fbe2e87c4983d06808266422e Mon Sep 17 00:00:00 2001 From: brookee Date: Thu, 29 Feb 2024 23:27:19 -0500 Subject: [PATCH] update --- .gitea/workflows/deploy.yaml | 2 +- hugo.toml | 4 ++-- themes/agnes-hugo-theme/static/css/style.css | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b05aa08..f2ae6e2 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - recursive: true + submodules: 'recursive' - name: Add key run: | mkdir $HOME/.ssh && \ diff --git a/hugo.toml b/hugo.toml index a58d08b..63124d3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -37,7 +37,7 @@ theme = "agnes-hugo-theme" [[params.feature]] FeatureTitle = "Feature 1" - FeatureDescription = "Lorem ipsum dolor sit amet. Proin neque velit, molestie et interdum vitae, feugiat vitae erat. Integer imperdiet quis." + FeatureDescription = "Lorem ipsum dolor sit amet. Proin neque velit, molestie et interdum vitae, feugiat vitae erat. Lorem ipsum dolor sit amet. Proin neque velit, molestie et interdum vitae, feugiat vitae erat. Integer imperdiet quis." FeatureImage = "images/feature-1.png" [[params.feature]] @@ -52,7 +52,7 @@ theme = "agnes-hugo-theme" [[params.feature]] FeatureTitle = "Feature 4" - FeatureDescription = "Lorem ipsum dolor sit amet. Proin neque velit, molestie et interdum vitae, feugiat vitae erat. Integer imperdiet quis." + FeatureDescription = "Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Proin neque velit, molestie et interdum vitae, feugiat vitae erat. Proin neque velit, molestie et interdum vitae, feugiat vitae erat. Integer imperdiet quis." FeatureImage = "images/feature-4.png" ################### Quote #################### diff --git a/themes/agnes-hugo-theme/static/css/style.css b/themes/agnes-hugo-theme/static/css/style.css index a8f1aaa..a364063 100644 --- a/themes/agnes-hugo-theme/static/css/style.css +++ b/themes/agnes-hugo-theme/static/css/style.css @@ -466,8 +466,8 @@ p { } .feature-icon { - width: 3.5rem; - height: 3.5rem; + width: 3rem; + height: 3rem; border-radius: 5px; border: 2px solid #fff } @@ -537,7 +537,7 @@ p { display: flex; flex-direction: row; background: #fff; - padding: 20px; + padding: 25px; height: 100%; border-radius: 10px; } @@ -564,7 +564,7 @@ p { position: relative; display: flex; flex-direction: column; - padding-right: 2rem; + padding-right: 2.5rem; } @media (max-width: 768px) { @@ -577,10 +577,10 @@ p { content: ''; position: absolute; bottom: 0; - right: 1rem; + right: 1.2rem; height: 100%; display: block; - width: 1px; + width: 2px; background: #e2e8ed }