Merge branch 'main' into feat/huy-02022026-ui-header-footer-homepage-aboutpage

This commit is contained in:
2026-02-04 09:56:52 +07:00
26 changed files with 2030 additions and 418 deletions

View File

@@ -6559,6 +6559,10 @@ 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

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;
}
}