summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index d9f33913..c512dd9c 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -177,7 +177,10 @@ html, body {
}
.product-card__brand {
- @apply text-caption-p;
+ @apply
+ text-caption-p
+ mb-1
+ ;
}
}