We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf8b8d commit 5253cf5Copy full SHA for 5253cf5
1 file changed
src/components/Navigation.astro
@@ -16,9 +16,9 @@ const pages = [
16
pages.map(({ label, link }) => (
17
<li
18
class:list={[
19
- "sm:w-full sm:max-w-[350px] sm:text-right hover:text-neutral-200 transition-colors md:p-2",
+ "sm:w-full sm:max-w-[350px] sm:text-right hover:text-neutral-200 transition-colors py-2 md:p-2",
20
{
21
- "bg-neutral-50 text-neutral-900 hover:text-neutral-900 hover:bg-neutral-200 p-2 md:p-2":
+ "bg-neutral-50 text-neutral-900 hover:text-neutral-900 hover:bg-neutral-200 p-2":
22
currentPage === link,
23
},
24
]}
0 commit comments