Markdown description, icon grid, fix overflow

This commit is contained in:
Xevion
2022-12-24 22:03:17 -06:00
parent 17b9fba278
commit adfc22a2b8
5 changed files with 906 additions and 35 deletions

View File

@@ -55,8 +55,8 @@ const Home: NextPage<HomeStaticProps> = ({projects}: HomeStaticProps) => {
<link rel="icon" href="/favicon.ico"/>
</Head>
<main
className="flex py-3 max-h-screen min-h-screen flex-row md:items-center justify-center bg-zinc-900 text-zinc-50">
<div className="h-full w-full max-w-[95%] 2xl:max-w-[70%] mx-auto">
className="flex py-3 min-h-screen flex-row md:items-center justify-center bg-zinc-900 text-zinc-50">
<div className="h-full w-full max-w-[95%] lg:max-w-[85%] xl:max-w-[70%] mx-auto">
<div className="flex h-full m-1 flex-col justify-start gap-y-4">
{
projects.map((project, index) =>