cart: styles enhancements on different screen sizes
This commit is contained in:
@@ -219,8 +219,8 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
gap: 16px;
|
||||
margin-bottom: 24px;
|
||||
gap: 0px;
|
||||
margin: 16px 0 24px 0;
|
||||
}
|
||||
|
||||
.productDetails {
|
||||
@@ -295,6 +295,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 769px) and (max-width: 1024px) {
|
||||
.productHeader {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
gap: 16px;
|
||||
margin: 24px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.backButtonContainer {
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
|
||||
Reference in New Issue
Block a user