EventDate formatting

This commit is contained in:
Jörn-Michael Miehe 2022-09-14 23:30:35 +00:00
parent d343785b51
commit 0c1632c7f8

View file

@ -1,7 +1,7 @@
<template>
<div>
<span class="text-h4 text-md-h3">{{ day }}</span>
<span class="text-h5 text-md-h4 grey--text text--darken-1">{{
<div class="d-flex align-end justify-center mr-1 mr-md-2">
<span class="d-flex text-h4 text-md-h3">{{ day }}</span>
<span class="d-flex text-h5 text-md-h4 grey--text text--darken-1">{{
month
}}</span>
</div>