news update

This commit is contained in:
Nikita 2024-11-18 17:28:38 +02:00
commit 0c4ef225f6
3 changed files with 108 additions and 30 deletions

View file

@ -152,6 +152,7 @@ p, a, ul, li{
}
.post_name{
margin-bottom: 20px;
text-transform: uppercase;
}
.post_description{
margin-bottom: 20px;
@ -162,3 +163,10 @@ p, a, ul, li{
overflow: hidden;
-webkit-line-clamp: 2; /* Ограничение на 2 строки */
}
.post_date{
float: right;
}
.readmore{
}