Skip to content

Commit 2a0ae12

Browse files
authored
🐛 Buttons Not Buttoning
1 parent 7831ff3 commit 2a0ae12

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/Dock.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ import { Icon } from "astro-icon/components";
33
---
44
<div class="w-full fixed left-0 bottom-0 p-2 md:hidden">
55
<div class="w-full bg-base-100 border-2 border-neutral-content rounded-xl p-4 items-center justify-items-center grid grid-cols-5">
6-
<a href="/">
6+
<a href="/ class="p-1"">
77
<Icon name="gravity-ui:house" class="inline text-3xl" />
88
</a>
9-
<a href="/projets">
10-
<Icon name="gravity-ui:folder-open" class="inline text-3xl" />
9+
<a href="/projets" class="p-1">
10+
<Icon name="gravity-ui:folder-open" class="inline text-3xl p-1" />
1111
</a>
12-
<a href="/blog">
12+
<a href="/blog" class="p-1">
1313
<Icon name="gravity-ui:pencil" class="inline text-3xl" />
1414
</a>
15-
<a href="/archives">
15+
<a href="/archives" class="p-1">
1616
<Icon name="gravity-ui:clock-arrow-rotate-left" class="inline text-3xl" />
1717
</a>
18-
<a href="/contact">
18+
<a href="/contact" class="p-1">
1919
<Icon name="gravity-ui:envelope" class="inline text-3xl" />
2020
</a>
2121
</div>

0 commit comments

Comments
 (0)