EventDate formatting
This commit is contained in:
parent
d343785b51
commit
0c1632c7f8
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue