Small meal plan page adjustments

This commit is contained in:
Bernd Bestel
2021-07-12 17:43:30 +02:00
parent f1da3ef5e8
commit 866d6647d2
2 changed files with 14 additions and 2 deletions

View File

@@ -12,6 +12,18 @@
@push('pageStyles')
<link href="{{ $U('/node_modules/fullcalendar/dist/fullcalendar.min.css?v=', true) }}{{ $version }}"
rel="stylesheet">
<style>
.fc-event-container:not(:last-child) {
border-bottom: 1px solid !important;
border-color: #d6d6d6 !important;
}
.img-fluid {
max-width: 90%;
}
</style>
@endpush
@section('content')