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>()
18
18
alt =" "
19
19
class =" eventcard-image"
20
20
:style =" { marginTop: `${marginTop}px` }"
21
- width =" 920"
22
- height =" 444"
23
- fit =" cover"
24
21
loading =" lazy"
25
22
/>
26
23
</template >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ const props = defineProps<EventCardProps>()
17
17
:title =" $t(`event.${title.replaceAll('-', '_')}`)"
18
18
:font-class
19
19
:padding-class
20
+ class =" frame"
20
21
>
21
22
<template #content >
22
23
<div class =" eventcard-content" >
@@ -34,6 +35,13 @@ const props = defineProps<EventCardProps>()
34
35
<style scoped>
35
36
@import url (' ~/assets/media.css' );
36
37
38
+ .frame {
39
+ display : flex ;
40
+ flex-direction : column ;
41
+ align-items : space-between ;
42
+ justify-content : space-between ;
43
+ }
44
+
37
45
.eventcard-content {
38
46
font-size : 16px ;
39
47
font-weight : 500 ;
You can’t perform that action at this time.
0 commit comments