From 65526cea1ff47c9eb6f31702ae94b6d4184504bb Mon Sep 17 00:00:00 2001 From: DJBsec <77978186+DJBsec@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:02:17 -0500 Subject: [PATCH] fixed formatting issue with Cards --- _pages/blog.md | 12 ++++-------- _sass/_base.scss | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/_pages/blog.md b/_pages/blog.md index d9cb1755..09fe364e 100644 --- a/_pages/blog.md +++ b/_pages/blog.md @@ -142,13 +142,8 @@ pagination: {% assign post_url = post.redirect | relative_url %} {% endif %} - -{% if post.thumbnail %} - -
-{{ post.title }} -
-{% endif %} +
+{% if post.thumbnail %}
{{ post.title }}
{% endif %}
{% assign post_categories = post.categories | join: "" %} {% if post_categories != "" %} @@ -166,8 +161,9 @@ pagination:
{{ post.date | date: "%b %d, %Y" }} · {{ read_time }} min read
+
+
- {% endfor %} diff --git a/_sass/_base.scss b/_sass/_base.scss index 826fb3aa..2b8f7b02 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -901,10 +901,10 @@ footer.sticky-bottom { .news-card { display: flex; flex-direction: column; + position: relative; border: 1px solid var(--global-divider-color); border-radius: 8px; background: var(--global-card-bg-color); - text-decoration: none; overflow: hidden; transition: box-shadow 0.2s ease,