создаю телегу товаров
All checks were successful
Deploy / build (push) Successful in 49s

This commit is contained in:
alsaze
2025-10-09 00:16:30 +03:00
parent 9d77c12b1d
commit 7a7dc0db00
2 changed files with 7 additions and 31 deletions

View File

@@ -97,7 +97,6 @@ function addToCartBtn() {
.product-description {
width: 100%;
max-width: 335px;
padding: 30px 30px 0;
display: flex;
flex-direction: column;
@@ -112,7 +111,7 @@ function addToCartBtn() {
}
@include mobile {
padding: 0 10px;
padding: 20px 30px;
}
&__sizes {