Increase space between the calendar and screen

This commit is contained in:
Maciej Pędzich 2022-07-21 11:32:54 +02:00
parent f70980c87b
commit c285c909a6
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ const isQueryMonth = (date: Date) => date.getMonth() === queryMonth.value;
<Datepicker
v-show="!(loadingCalendarEntries || calendarEntriesLoadError)"
v-model="displayDate"
class="md:p-0 p-2"
class="md:px-0 px-4"
:min-date="minDate"
:max-date="now"
:allowed-dates="allowedDates"

View File

@ -1,6 +1,6 @@
<template>
<div class="md:text-lg text-base">
<p class="mt-0 mb-4 text-center">
<p class="mt-0 mb-4 mx-3 text-center">
Click on a highlighted date to show a snapshot captured that day.
</p>
<ClientOnly>