fix: adjust min and max width of the add to cart button

This commit is contained in:
Ademílson F. Tonato 2020-10-28 10:45:37 +00:00
parent 6fe205a163
commit 9dc45aad69

View File

@ -78,8 +78,13 @@
}
.button {
min-width: 300px;
text-align: center;
width: 100%;
max-width: 300px;
@screen sm {
min-width: 300px;
}
}
.wishlistButton {