File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments