Fix blog landing bugs & add case study category

This commit is contained in:
mDuo13
2025-08-14 11:38:07 -07:00
parent aec8b0f007
commit e12e40a926
6 changed files with 26 additions and 24 deletions

View File

@@ -36,33 +36,32 @@
left: 0px;
}
#card-date {
.card-date {
color: $gray-400;
}
.post-date {
.hero-post-date {
text-decoration: overline solid #32E685 10%;
}
#category-list {
@each $category in "general", "developer_reflections", "amendments",
"advisories", "release_notes", "development", "gateway_bulletins", "features", "security"
{
##{$category} {
@each $category in "general", "developer_reflections", "amendments",
"case_study", "advisories", "release_notes", "development",
"gateway_bulletins", "features", "security" {
.#{$category} .category-list {
img {
content: url("../img/blog/#{$category}.png");
max-width: 100%;
width: 100%;
}
}
.label{
width: fit-content;
.label{
width: fit-content;
}
}
}
// Add styles to ensure proper wrapping on tablet sizes
@media (min-width: 768px) and (max-width: 991px) {
#category-list {
.category-list {
display: block;
img {

View File

@@ -385,6 +385,7 @@
&.label-use-developer_tooling,
&.label-use-payments,
&.blog-category-developer_reflections,
&.blog-category-case_study,
&.chip-blue {
@include chip-blue;
}