mirror of
https://github.com/phpmon/website
synced 2025-08-07 06:40:08 +02:00
Continued work on one-pager
This commit is contained in:
8
resources/views/components/feature.blade.php
Normal file
8
resources/views/components/feature.blade.php
Normal file
@ -0,0 +1,8 @@
|
||||
<div {{ $attributes->merge(['class' => "flex flex-row m-auto max-w-4xl py-8 space-x-6"]) }}>
|
||||
<div class="lg:w-1/2 flex items-center">
|
||||
<p class="text-lg">{{ $slot }}</p>
|
||||
</div>
|
||||
<div class="lg:w-1/2 items-center align-middle">
|
||||
<img src="" width="400px" height="150px" class="bg-gray-100 border-none">
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user