new styles - news posts

This commit is contained in:
saparatayev 2022-05-03 16:50:42 +05:00
parent 036931a406
commit 52c074957d
1 changed files with 19 additions and 4 deletions

View File

@ -2550,7 +2550,7 @@ li {
}
.category_block {
padding-top: 100px;
padding-top: 40px;
}
.main_title {
@ -2677,8 +2677,16 @@ li {
font-weight: 600;
line-height: 1.4;
color: var(--blue);
min-height: 84px;
font-family: 'Poppins', sans-serif;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.news_box-item-date {
@ -3278,8 +3286,8 @@ li {
.news_aside-item-title {
color: #000;
font-weight: 500;
font-size: 15px;
font-weight: 600;
font-size: 16px;
line-height: 20px;
margin: 10px 0 0 0;
display: block;
@ -3289,9 +3297,16 @@ li {
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
transition: all .1s linear;
-ms-transition: all .1s linear;
-webkit-transition: all .1s linear;
}
.news_aside-item-title:hover {
color: #003197;
text-decoration: underline;
}
/* New post end ============================ */