mirror of
https://github.com/phpmon/website
synced 2026-02-08 05:50:09 +01:00
Tweaked layout, added favicon
This commit is contained in:
8
resources/views/components/single-feature.blade.php
Normal file
8
resources/views/components/single-feature.blade.php
Normal 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>
|
||||
Reference in New Issue
Block a user