Tweaked layout, added favicon

This commit is contained in:
2022-09-04 20:10:51 +02:00
parent f9692877d5
commit d5c5c93fcd
17 changed files with 201 additions and 6 deletions

View File

@ -0,0 +1,8 @@
<div class="lg:w-1/2 w-full flex p-4 align-middle items-center">
<div class="flex flex-col">
@isset ($title)
<h3 class="text-blue-800 font-bold mb-2 uppercase">{{ $title }}</h3>
@endisset
<p class="text-lg">{{ $slot }}</p>
</div>
</div>