forked from crowetic/commerce
fix: adjust min and max width of the add to cart button
This commit is contained in:
parent
6fe205a163
commit
9dc45aad69
@ -78,8 +78,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
min-width: 300px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 300px;
|
||||||
|
|
||||||
|
@screen sm {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wishlistButton {
|
.wishlistButton {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user