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