feat: Refactor blog components and add pagination

This commit is contained in:
Wini_Fy
2026-02-03 17:05:09 +07:00
parent bf652a64b6
commit 29cc0bf2cd
27 changed files with 2051 additions and 429 deletions

View File

@@ -6242,6 +6242,10 @@ html.lenis, html.lenis body {
line-height: 133%;
font-weight: 500;
font-size: 18px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media (max-width: 1399px) {
.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-content h6 {

View File

@@ -565,6 +565,10 @@
line-height: 133%;
font-weight: 500;
font-size: 18px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
@include breakpoint (max-xxl) {
font-size: 15px;
@@ -640,7 +644,9 @@
.news-details-image {
img {
@include imgw;
width: 852px;
height: 400px;
object-fit: cover;
border-radius: 16px;
}
}
@@ -676,7 +682,9 @@
.thumb {
img {
@include imgw;
width: 410px;
height: 264px;
object-fit: cover;
border-radius: 16px;
}
}