Merge pull request 'development' (#61) from development into master

Reviewed-on: #61
This commit is contained in:
Rafael Sampaio de Oliveira 2023-02-10 15:27:36 +00:00
commit 898adf024c
4 changed files with 13 additions and 0 deletions

View File

@ -10,4 +10,5 @@
/* Grid breakpoints */
.buttonText--addToCart {
font-size: 18px;
font-weight: 400;
}

View File

@ -542,6 +542,11 @@
font-size: 14px;
}
}
@media (max-width: 639px) {
.productBrand--quickview {
margin-top: 32px;
}
}
@media (max-width: 492px) {
.shippingContainer {
margin-bottom: 22px;

View File

@ -1,3 +1,4 @@
.buttonText--addToCart {
font-size: 18px;
font-weight: 400;
}

View File

@ -567,6 +567,12 @@
}
}
@media (max-width: 639px) {
.productBrand--quickview {
margin-top: 32px;
}
}
@media (max-width: 492px) {
.shippingContainer {
margin-bottom: 22px;