small improvements

This commit is contained in:
daniel31x13
2024-08-18 14:45:40 -04:00
parent 17d1cb45e3
commit c979adfe69
4 changed files with 34 additions and 31 deletions
+3 -3
View File
@@ -17,14 +17,14 @@ const Index = () => {
}, []);
return (
<div className="flex h-screen">
<div className="flex h-screen py-20">
{getLink.data ? (
<LinkDetails
link={getLink.data}
className="mx-auto max-w-2xl p-5 m-auto w-full"
className="max-w-xl p-5 m-auto w-full"
/>
) : (
<div className="mx-auto max-w-2xl p-5 m-auto w-full flex flex-col items-center gap-5">
<div className="max-w-xl p-5 m-auto w-full flex flex-col items-center gap-5">
<div className="w-20 h-20 skeleton rounded-xl"></div>
<div className="w-full h-10 skeleton rounded-xl"></div>
<div className="w-full h-10 skeleton rounded-xl"></div>