добавление логики карточкам
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user