Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 4cfb924

Browse files
authored
Merge pull request #27 from paiindustries/feature/blog-seo
fixed the blog design issue
2 parents fa68590 + cc6ecd1 commit 4cfb924

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/views/web/HomeController/partials/_blogs.cfm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<p class="fs-18 mb-3 text--secondary/70 fw-bold line-clamp-1">#blogs.title#</p>
66
</div>
77

8-
<div class="d-flex justify-content-between align-items-center">
9-
<p class="fs-16 fw-medium text--lightGray">#dateformat(blogs.postCreatedDate, 'MMMM DD, YYYY')# by #blogs.fullName#</p>
10-
<button class="bg--iris fs-16 text-white rounded-2 px-3 py-1">Learn more</button>
8+
<div class="d-flex gap-2 justify-content-between align-items-center">
9+
<p class="fs-16 truncate fw-medium text--lightGray">#dateformat(blogs.postCreatedDate, 'MMMM DD, YYYY')# by #blogs.fullName#</p>
10+
<button class="bg--iris text-nowrap fs-16 text-white rounded-2 px-3 py-1">Learn more</button>
1111
</div>
1212
</a>
1313
</div>

public/stylesheets/utils.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)