|
|
@@ -123,12 +123,12 @@
|
|
|
elevation="4"
|
|
|
class="event-card pa-0 d-flex flex-column"
|
|
|
>
|
|
|
- <div class="d-flex justify-center max-w100">
|
|
|
+ <div class="d-flex justify-center max-w100" style="height: 240px;">
|
|
|
<v-img
|
|
|
:src="publicEvent.thumbnailUrl || '/images/event-default.jpg'"
|
|
|
alt="poster"
|
|
|
max-width="100%"
|
|
|
- max-height="100%"
|
|
|
+ max-height="240px"
|
|
|
:contain="true"
|
|
|
tile
|
|
|
/>
|
|
|
@@ -136,7 +136,7 @@
|
|
|
|
|
|
<div class="d-flex flex-column flex-grow-1 px-3">
|
|
|
<v-card-title class="title">
|
|
|
- <nuxt-link :to="{path: '/events/' + publicEvent.uuid, query: query}">
|
|
|
+ <nuxt-link :to="{path: '/events/' + publicEvent.uuid, query: query}" style="min-height: 55px;">
|
|
|
{{ publicEvent.name }}
|
|
|
</nuxt-link>
|
|
|
</v-card-title>
|
|
|
@@ -358,7 +358,7 @@ h2 {
|
|
|
.title {
|
|
|
word-break: normal;
|
|
|
color: var(--v-primary-base);
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 16px !important;
|
|
|
font-weight: 500;
|
|
|
line-height: 1.6rem;
|
|
|
}
|