mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
playground: add padding bottom
This commit is contained in:
@@ -37,7 +37,7 @@ function upperName (name: string) {
|
||||
<UContainer class="min-h-screen flex flex-col gap-4 items-center justify-center overflow-y-auto">
|
||||
<UNavigationMenu :links="components.map(component => ({ label: upperName(component), to: `/${component}` }))" class="border-b border-gray-200 dark:border-gray-800" />
|
||||
|
||||
<div class="flex-1 flex flex-col justify-center">
|
||||
<div class="flex-1 flex flex-col justify-center pb-12">
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</UContainer>
|
||||
|
||||
Reference in New Issue
Block a user