Skip to content

Commit 0b7d924

Browse files
committed
Enhance UI configuration and improve image display in documentation
1 parent e37c8c8 commit 0b7d924

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/app.config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,12 @@ export default defineAppConfig({
3636
primary: 'violet',
3737
neutral: 'zinc'
3838
}
39+
},
40+
uiPro: {
41+
pageHero: {
42+
slots: {
43+
container: 'flex flex-col lg:grid py-16 sm:py-20 lg:py-24 gap-16 sm:gap-y-2'
44+
}
45+
}
3946
}
40-
})
47+
})

docs/content/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Built specifically for FilamentPHP.
3636
:::
3737
::
3838

39-
![Flowforge Kanban Board Preview](/preview.png)
39+
<div class="text-center">
40+
<img src="/preview.png" alt="Flowforge Kanban Board Preview" class="mx-auto max-w-full h-auto rounded-lg shadow-lg" />
41+
</div>
4042

4143
::u-page-section
4244
#title

0 commit comments

Comments
 (0)