Edit clamp width for cart
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
top: 24px;
|
top: 24px;
|
||||||
right: 24px;
|
right: 24px;
|
||||||
width: clamp(320px, 35vw, 500px);
|
width: clamp(320px, 45vw, 500px);
|
||||||
height: calc(100vh - 48px);
|
height: calc(100vh - 48px);
|
||||||
max-height: 1000px;
|
max-height: 1000px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user