This commit is contained in:
parent
42d8eab1f0
commit
3ee4aab703
@ -99,6 +99,7 @@
|
||||
flex-direction: row;
|
||||
grid-gap: 15px;
|
||||
padding: 10px 15px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.checkoutMainInsideSecBodyCardBottom {
|
||||
@ -127,6 +128,12 @@
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.checkoutMainInsideSecBodyCardTopName {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.checkoutMainInsideSecBodyCardTopSec {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -145,6 +152,7 @@
|
||||
.checkoutMainInsideSecBodyCardTopSec.checkoutMainInsideSecBodyCardTopPrice {
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.checkoutMainInsideSecBodyCardTopNameText {
|
||||
|
Loading…
Reference in New Issue
Block a user