Item added responsive control

This commit is contained in:
Burak Civan 2021-06-10 09:40:09 +03:00
parent 000e9283d2
commit 5582160899

View File

@ -1690,11 +1690,17 @@ table .align-items-center td span.badge {
@media not all and (min-resolution:.001dpcm) { @media {
.line-item-content {
max-width:223px;
max-width:223px !important;
}
}}
}
@media only screen and (max-width: 1650px) {
.line-item-content {
max-width: 232px;
}
}
@media only screen and (max-width: 600px) {
.line-item-content {
max-width: 133px;