Skip to content

Commit 70bcc3a

Browse files
committed
fix
1 parent e88ad88 commit 70bcc3a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

app/components/event/EventCard.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ css({
8787
'.event-card': {
8888
'--img-size': '690px',
8989
maxWidth: '690px',
90+
'.img-wrapper': {
91+
height: '100%',
92+
},
9093
'.title': {
9194
fontSize: '16px',
9295
},
93-
'.description': {
94-
marginTop: 'calc({space.8} * 1)',
95-
},
9696
},
9797
},
9898
})

app/pages/events.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ css({
9393
padding: 'calc({space.8} * 10) 11.53%',
9494
color: '{color.vue.blue}',
9595
background: '{color.white}',
96-
'::v-deep(.title)': {
97-
marginBottom: 'calc({space.8} * 10)',
98-
},
9996
'::v-deep(p)': {
10097
fontWeight: 500,
10198
fontSize: '18px',
@@ -133,9 +130,6 @@ css({
133130
},
134131
'.events-root': {
135132
padding: 'calc({space.8} * 10) calc({space.8} * 3)',
136-
'::v-deep(.title)': {
137-
marginBottom: 'calc({space.8} * 6)',
138-
},
139133
'::v-deep(h2)': {
140134
fontSize: '20px',
141135
},

0 commit comments

Comments
 (0)