summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 4e593536..f7d70150 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -213,7 +213,7 @@ html, body {
h-full
border
border-gray_r-3
- shadow-md
+ shadow
bg-white
rounded
relative
@@ -366,6 +366,10 @@ html, body {
@apply hidden;
}
+.swiper[prefix="product"] {
+ @apply py-4;
+}
+
.swiper-slide {
@apply !h-auto;
}