Skip to content

Commit e370e95

Browse files
authored
Update Dock.astro
1 parent e499b5a commit e370e95

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-2 grid grid-cols-5 flex justify-between">
5+
<div class="w-full bg-base-100 border-2 border-neutral-content rounded-xl py-2 grid grid-cols-5 flex justify-between">
66
<a href="/">
77
<Icon name="gravity-ui:house" class="inline text-3xl mx-8 my-2" />
88
</a>

0 commit comments

Comments
 (0)