Continued work on one-pager

This commit is contained in:
2022-08-31 18:12:21 +02:00
parent f47d419fd6
commit aaa11dd163
2 changed files with 54 additions and 5 deletions

View 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>