fixed error

This commit is contained in:
BOUNTY707
2025-01-27 21:42:24 +05:00
parent 53f34669b0
commit 21707fb60c
2 changed files with 12 additions and 2 deletions

View File

@@ -68,6 +68,9 @@ button{
color: #FFF;
max-width: 278px;
}
.banner_block_title br{
display: none;
}
.banner_block_text {
font-size: 14px;
font-weight: 300;
@@ -94,7 +97,7 @@ button{
transition: .3s ease all;
}
.banner_block_btn:hover{
background: #f0f0f0;
background: #dedede;
}
.breadcrumb{
@@ -344,6 +347,10 @@ button{
.banner_block_title {
max-width: 250px;
}
.banner_block_text{
line-height: 14px;
max-width: 171px;
}
.authors_cards {
grid-template-columns: 100%;
@@ -369,6 +376,9 @@ button{
padding: 30px 30px 38px;
gap: 30px;
}
.banner_block_title br{
display: block;
}
.item_pagination {
gap: 15px;