Fix some minimal styles

This commit is contained in:
prototypa
2023-01-08 21:18:37 -05:00
parent 7e83be5a75
commit 5db96e66eb
8 changed files with 23 additions and 19 deletions

View File

@ -11,7 +11,11 @@ const links = [
text: 'Pages',
links: [
{
text: 'Services',
text: 'Features',
href: "#",
},
{
text: 'Pricing',
href: "#",
},
{
@ -55,7 +59,7 @@ const links = [
</div>
</div>
<nav
class="items-center w-full md:w-auto hidden md:flex text-gray-600 dark:text-slate-200 h-[calc(100vh-100px)] md:h-auto overflow-y-auto md:overflow-visible"
class="items-center w-full md:w-auto hidden md:flex text-gray-600 dark:text-slate-200 h-[calc(100vh-72px)] md:h-auto overflow-y-auto md:overflow-visible"
aria-label="Main navigation"
>
<ul class="flex flex-col pt-8 md:pt-0 md:flex-row md:self-center w-full md:w-auto text-xl md:text-base">