File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ css({
87
87
' .event-card' : {
88
88
' --img-size' : ' 690px' ,
89
89
maxWidth: ' 690px' ,
90
+ ' .img-wrapper' : {
91
+ height: ' 100%' ,
92
+ },
90
93
' .title' : {
91
94
fontSize: ' 16px' ,
92
95
},
93
- ' .description' : {
94
- marginTop: ' calc({space.8} * 1)' ,
95
- },
96
96
},
97
97
},
98
98
})
Original file line number Diff line number Diff line change 93
93
padding: ' calc({space.8} * 10) 11.53%' ,
94
94
color: ' {color.vue.blue}' ,
95
95
background: ' {color.white}' ,
96
- ' ::v-deep(.title)' : {
97
- marginBottom: ' calc({space.8} * 10)' ,
98
- },
99
96
' ::v-deep(p)' : {
100
97
fontWeight: 500 ,
101
98
fontSize: ' 18px' ,
@@ -133,9 +130,6 @@ css({
133
130
},
134
131
' .events-root' : {
135
132
padding: ' calc({space.8} * 10) calc({space.8} * 3)' ,
136
- ' ::v-deep(.title)' : {
137
- marginBottom: ' calc({space.8} * 6)' ,
138
- },
139
133
' ::v-deep(h2)' : {
140
134
fontSize: ' 20px' ,
141
135
},
You can’t perform that action at this time.
0 commit comments