refactor: migrate blog post layout from classic view to responsive isotope grid with dynamic category styling and simulated engagement metrics

This commit is contained in:
Ümit Tunç
2026-05-25 06:19:49 +03:00
parent b4a81d703a
commit 654a7ed175
2 changed files with 108 additions and 101 deletions
+11
View File
@@ -329,6 +329,17 @@
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* Pagination Overrides matching brand color */
.pagination-alt .page-item.active .page-link {
background: #e31e24 !important;
border-color: #e31e24 !important;
color: #ffffff !important;
}
.pagination-alt .page-link:hover {
color: #e31e24 !important;
border-color: #e31e24 !important;
}
</style>
@endpush