fix(page): correct page content layout from horizontal to vertical stacking
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<flux:heading class="mb-3 truncate" size="xl" level="1">{{ $page->title }}</flux:heading>
|
||||
<div class="mb-3"></div>
|
||||
<div class="block rounded-lg bg-white shadow-md dark:bg-zinc-700 items-center p-1">
|
||||
<div class="flex w-full items-center justify-center px-4 py-4 sm:px-6">
|
||||
<div class="w-full px-4 py-2 sm:px-6">
|
||||
<flux:text>{!! $page->content !!}</flux:text>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user