Skip to content

Commit b50d727

Browse files
authored
📱 Update Dock component styling and structure
1 parent 2a0ae12 commit b50d727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Dock.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { Icon } from "astro-icon/components";
33
---
44
<div class="w-full fixed left-0 bottom-0 p-2 md:hidden">
5-
<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">
5+
<div class="w-full bg-base-100 border-2 border-neutral-content rounded-xl dock dock-xs">
66
<a href="/ class="p-1"">
77
<Icon name="gravity-ui:house" class="inline text-3xl" />
88
</a>

0 commit comments

Comments
 (0)