mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-07 09:17:07 -06:00
Markdown description, icon grid, fix overflow
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user