diff --git a/src/views/Product/AddToCart/index.js b/src/views/Product/AddToCart/index.js index 46d6527..024f001 100644 --- a/src/views/Product/AddToCart/index.js +++ b/src/views/Product/AddToCart/index.js @@ -53,9 +53,23 @@ function AddToCart(props) { return ( <> {window.innerWidth > 1000 ? ( -
-
-
+
+
+
{window.t("مشاهده نمونه کتاب")} @@ -103,14 +117,18 @@ function AddToCart(props) { // window.location.pathname.length // )}` // }`} - style={{ fontSize: fontSize.desktop.button, opacity: 0.3 }} + style={{ + fontSize: fontSize.desktop.button, + opacity: 0.3, + width: "100%", + }} className="product-addtocart__box--digitalButton" > {page === "digital" ? "کتاب چاپی" : window.t("نسخه الکترونیک")} -
- +
+
-
- +
+
-