add latest

This commit is contained in:
2022-09-24 00:05:13 +01:00
parent 8a7f1c3f31
commit 39d53e2459
5 changed files with 24 additions and 14 deletions

View File

@@ -3,10 +3,10 @@
flat
bordered
square
:class="[getColWidth, 'bg-grey-3', 'q-ma-sm', 'border']"
:class="[getColWidth, 'bg-grey-3', '', 'border']"
>
<q-card-section>
<div class="text-subtitle1 text-uppercase text-center">
<div class="text-subtitle1 text-uppercase text-center big-font">
{{ title }}
</div>
</q-card-section>
@@ -34,4 +34,8 @@ const getColWidth = computed(() => {
.border {
border: 0.1rem solid $off-black;
}
.big-font {
font-size: 1.5rem;
}
</style>