mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
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 {
|
||||
min-width: 300px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
|
||||
@screen sm {
|
||||
min-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.wishlistButton {
|
||||
|
Loading…
x
Reference in New Issue
Block a user