basically just your average cs student slop site schtormm.nl
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

center horizontally and vertically

schtormm 9c735c70 96af1138

+3 -3
+2 -2
app/links/page.tsx
··· 9 9 export default function Home() { 10 10 return ( 11 11 <main> 12 - <div className="bg-gray-50 dark:bg-gray-950 min-h-[100dvh]"> 13 - <div className="flex flex-col items-center justify-center gap-4 pt-10"> 12 + <div className="bg-gray-50 dark:bg-gray-950 flex h-screen"> 13 + <div className="flex flex-col items-center justify-center gap-4 pt-10 align-middle w-full"> 14 14 <h1 className="text-3xl text-center dark:text-white"> 15 15 Links and profiles 16 16 </h1>
+1 -1
app/page.tsx
··· 5 5 return ( 6 6 <main> 7 7 <div> 8 - <div className="px-5 sm:px-0 flex flex-col justify-center min-h-[100dvh] bg-gray-50 dark:bg-gray-950"> 8 + <div className="px-5 sm:px-0 flex flex-col justify-center h-screen bg-gray-50 dark:bg-gray-950"> 9 9 <div className="p-10 mx-auto bg-gray-200 dark:bg-gray-900 shadow-lg dark:shadow-purple-900/60 rounded-xl"> 10 10 <div className="mb-4"> 11 11 <Image