mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
6 lines
290 B
Handlebars
6 lines
290 B
Handlebars
<div class="flex items-center justify-center h-screen min-h-screen px-4 py-12 bg-gray-50 dark:bg-gray-900 sm:px-6 lg:px-8 overflow-y-scroll">
|
|
<div class="w-full max-w-md h-screen flex items-center justify-center py-4">
|
|
{{outlet}}
|
|
</div>
|
|
<Spacer @height="300px" />
|
|
</div> |