File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
apps/web/app/components/event Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ const props = defineProps<EventAssetProps>()
1818 alt =" "
1919 class =" eventcard-image"
2020 :style =" { marginTop: `${marginTop}px` }"
21- width =" 920"
22- height =" 444"
23- fit =" cover"
2421 loading =" lazy"
2522 />
2623</template >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ const props = defineProps<EventCardProps>()
1717 :title =" $t(`event.${title.replaceAll('-', '_')}`)"
1818 :font-class
1919 :padding-class
20+ class =" frame"
2021 >
2122 <template #content >
2223 <div class =" eventcard-content" >
@@ -34,6 +35,13 @@ const props = defineProps<EventCardProps>()
3435<style scoped>
3536@import url (' ~/assets/media.css' );
3637
38+ .frame {
39+ display : flex ;
40+ flex-direction : column ;
41+ align-items : space-between ;
42+ justify-content : space-between ;
43+ }
44+
3745.eventcard-content {
3846 font-size : 16px ;
3947 font-weight : 500 ;
You can’t perform that action at this time.
0 commit comments