fixed error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user