(calendar) add breakpoint for sm in basic layout

This commit is contained in:
Valentyne Stigloher 2024-09-17 13:19:21 +02:00
parent f599b507a8
commit 3effd26b51

View File

@ -42,7 +42,7 @@
</section>
<section v-else class="row pb-4">
<div v-for="i in 12" class="col-12 col-lg-3 py-3">
<div v-for="i in 12" class="col-12 col-sm-6 col-lg-3 py-3">
<h3 class="text-center">
<T>calendar.months.{{ i }}</T>
</h3>