Skip to content

Commit 62650c0

Browse files
committed
refactor(VoPromotionsCardHighlight/Vuetify): remove bottom margin
1 parent ba8d20d commit 62650c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/components/promotions/VoPromotionsCardHighlight.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<VoPromotionsCard
33
v-if="promotion || !promotions.hasLoaded"
4-
class="mb-4"
4+
class="vo-promotions-card-highlight"
55
:color="promotion?.metadata.color ?? 'surface'"
66
height="60"
77
:href="promotion?.metadata.url"

lib/components/promotions/VoPromotionsCardVuetify.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
v-if="promotion || !promotions.hasLoaded"
44
border
55
caption="ads via vuetify"
6-
class="pa-2 mb-4"
6+
class="vo-promotions-card-vuetify pa-2"
77
:href="promotion?.metadata?.url"
88
width="360"
99
>

0 commit comments

Comments
 (0)