forked from UKSOURCE/hailearning.edu.vn
feat: Refactor blog components and add pagination
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user