mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-29 07:49:10 +00:00
fix: resolve responsive navigation design
This commit is contained in:
parent
a29ccf0dc2
commit
067faac0ae
2 changed files with 14 additions and 9 deletions
|
@ -39,6 +39,7 @@
|
|||
|
||||
<Drawer width="w-[280px] md:w-[200px]" position="right" bgDrawer="bg-gray-200 dark:bg-gray-800">
|
||||
<div class="p-5 w-full mx-auto">
|
||||
<h2 class="text-3xl font-bold mb-12 z-10 text-center">Pages</h2>
|
||||
<Navigation {routes} />
|
||||
</div>
|
||||
</Drawer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue