@@ -21,12 +21,12 @@ import miniAvatar from "../images/miniAvatar.png";
2121
2222<Base title ={ SITE_TITLE } >
2323 <main class =" flex flex-1 items-center bg-slate-200 text-center" >
24- <Container class =" max-w-screen-xl " >
24+ <Container class =" max-w-(--breakpoint-xl) " >
2525 <div
2626 class =" grid grid-cols-1 items-center justify-items-center gap-3 lg:grid-cols-2"
2727 >
2828 <Image
29- class =" aspect-square rounded-full object-cover object-[center,10 %]"
29+ class =" aspect-square rounded-full object-cover object-[center_10 %]"
3030 width ={ 500 }
3131 src ={ heroAvatar }
3232 alt =" Denny's Image"
@@ -38,11 +38,11 @@ import miniAvatar from "../images/miniAvatar.png";
3838 <p class =" mb-3 text-2xl font-light" >
3939 QA Analyst - Python Community Manager
4040 </p >
41- <hr class =" mx-16 mb-5 border-black " />
41+ <hr class =" mx-16 mb-5" />
4242 <ul class =" space-y-5 text-xl" >
4343 <li >
4444 <a
45- class =" flex h-20 justify-center rounded-lg border-2 border-black transition hover:bg-white hover:text-black focus:bg-white focus:text-black lg:mx-10"
45+ class =" flex h-20 justify-center rounded-lg border-2 transition hover:bg-white hover:text-black focus:bg-white focus:text-black lg:mx-10"
4646 href =" /about"
4747 >
4848 <div
@@ -59,7 +59,7 @@ import miniAvatar from "../images/miniAvatar.png";
5959 </li >
6060 <li >
6161 <a
62- class =" flex h-20 justify-center rounded-lg border-2 border-black transition hover:bg-white hover:text-black focus:bg-white focus:text-black lg:mx-10"
62+ class =" flex h-20 justify-center rounded-lg border-2 transition hover:bg-white hover:text-black focus:bg-white focus:text-black lg:mx-10"
6363 href =" /about#comunidades"
6464 >
6565 <div
@@ -80,7 +80,7 @@ import miniAvatar from "../images/miniAvatar.png";
8080 </li >
8181 <li >
8282 <a
83- class =" flex h-20 justify-center rounded-lg border-2 border-black transition hover:bg-white hover:text-black focus:bg-white focus:text-black lg:mx-10"
83+ class =" flex h-20 justify-center rounded-lg border-2 transition hover:bg-white hover:text-black focus:bg-white focus:text-black lg:mx-10"
8484 href =" /projects"
8585 >
8686 <div
0 commit comments