Clock font

This commit is contained in:
Jörn-Michael Miehe 2022-09-11 22:59:44 +00:00
parent bdeaa9a561
commit ffafbdc3ab

View file

@ -9,8 +9,14 @@
<div class="d-flex justify-end slim text-right text-no-wrap"> <div class="d-flex justify-end slim text-right text-no-wrap">
<div class="flex-column"> <div class="flex-column">
<Clock class="d-flex justify-end" format="DDD" /> <Clock
<Clock class="d-flex justify-end" format="T" /> class="d-flex justify-end text-h5 font-weight-light"
format="DDD"
/>
<Clock
class="d-flex justify-end text-h4 font-weight-bold"
format="T"
/>
</div> </div>
</div> </div>
</v-container> </v-container>