Fix some minimal styles
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user