From a960b9243f46a15cb13997882bf1365e5e549dde Mon Sep 17 00:00:00 2001 From: Gianmarco Gargiulo Date: Fri, 27 Jan 2023 11:24:33 +0100 Subject: [PATCH] Changed sizes of the article metadata and removed the bottom line of the post cards --- themes/hugo-casper3/assets/scss/main.scss | 7 +++---- themes/hugo-casper3/layouts/_default/single.html | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/themes/hugo-casper3/assets/scss/main.scss b/themes/hugo-casper3/assets/scss/main.scss index 8fb3590..1c96d3d 100644 --- a/themes/hugo-casper3/assets/scss/main.scss +++ b/themes/hugo-casper3/assets/scss/main.scss @@ -720,7 +720,6 @@ body{ margin:0 0 40px; padding:0 20px 40px; min-height:220px; - border-bottom:1px solid #525252; background-size:cover } .post-card-image-link{ @@ -741,7 +740,7 @@ body{ color:#e5e5e5 } .post-card-content-link:hover{ - text-decoration:none + text-decoration:underline } .post-card-header{ margin:15px 0 0 @@ -865,7 +864,7 @@ body{ font-weight:600 } .post-card-byline-date{ - font-size:1.2rem + font-size:1.3rem } .post-card-byline-date .bull{ display:inline-block; @@ -1414,7 +1413,7 @@ body{ .post-full-byline-meta{ margin:0px 0 0; color:#e5e5e5; - font-size:1.2rem; + font-size:1.4rem; line-height:1.2em; letter-spacing:.2px } diff --git a/themes/hugo-casper3/layouts/_default/single.html b/themes/hugo-casper3/layouts/_default/single.html index 5743b11..e7a91fe 100644 --- a/themes/hugo-casper3/layouts/_default/single.html +++ b/themes/hugo-casper3/layouts/_default/single.html @@ -40,10 +40,10 @@ {{ .WordCount }} words - - Tags:  {{ range (.GetTerms "tags") }} + +   {{ range (.GetTerms "tags") }} {{ .LinkTitle }}   - {{ end }} + {{ end }} {{ end }}