Skip to content

Commit

Permalink
fix(frontend): make nav links larger (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Nov 8, 2022
1 parent 89513bf commit ffe97d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function isRecent(date: string): boolean {
<!-- dummy diff to make the transition work on pages where template root has multiple elements -->
<div id="#navbarMenuLinks">
<PopoverPanel
class="fixed z-10 w-9/10 background-default top-1/14 left-1/20 filter drop-shadow-md rounded-md border-top-primary text-xs p-[20px]"
class="fixed z-10 w-9/10 background-default top-1/14 left-1/20 filter drop-shadow-md rounded-md border-top-primary text-sm p-[20px]"
md="absolute w-max top-10 rounded-none rounded-bl-md rounded-r-md"
>
<p class="text-base font-semibold color-primary mb-4">Hangar</p>
Expand Down

0 comments on commit ffe97d0

Please sign in to comment.