Updating Two Components
- x-jet-section-title — a small Tailwind class adjustment for the new typography
- x-jet-form-section — update the grid layout to stack elements vertically
- Two component changes, every form across the application updates
<div class="md:col-span-1 flex justify-between">
<div class="px-4 sm:px-0">
<h3 class="text-lg font-medium leading-6 text-gray-900">
{{ $title }}
</h3>
<p class="mt-1 text-sm text-gray-600">
{{ $description }}
</p>
</div>
<div class="px-4 sm:px-0">
{{ $aside ?? '' }}
</div>
</div>← / → navigate · N notes · Esc exit