добавление логики карточкам

This commit is contained in:
egortriston
2025-07-08 00:12:31 +03:00
parent aeff49ae78
commit b318fbd779
6 changed files with 211 additions and 90 deletions

View File

@ -788,7 +788,14 @@ body {
.flex-block-15-copy {
width: 235px!important;
min-width: 235px!important;
}
.nameitembp {
flex: 0 auto;
align-self: auto;
height: 60px;
width: 130px;
overflow: hidden;
}
@media screen and (max-width: 991px) {
.flex-block-15-copy {
@ -811,6 +818,13 @@ body {
min-width: 160px !important;
padding: 15px;
}
.nameitembp {
height: 36px;
width: 95px;
font-size: 12px;
line-height: 18px;
overflow: hidden;
}
}