diff --git a/src/Styles/Product/Product.scss b/src/Styles/Product/Product.scss index 60a5688..0b7ddda 100644 --- a/src/Styles/Product/Product.scss +++ b/src/Styles/Product/Product.scss @@ -118,6 +118,7 @@ left: 2px; } } + .ProSubRowFlex { display: flex; flex-wrap: wrap; @@ -598,7 +599,7 @@ &:hover { color: #0088ff !important; - border-color: #0088ff !important; + border-color: #0088ff !important; } } @@ -627,12 +628,14 @@ background-color: #fff; padding: 2px; } + .ProductMainRowFlex { display: flex; align-items: flex-start; gap: 1rem; width: 100%; + @media (max-width: 768px) { flex-direction: column; } -} +} \ No newline at end of file