fix: mobile responsiveness

This commit is contained in:
Jack Merrill 2023-11-01 12:21:38 -04:00
parent 0417af9e96
commit 44b1a581cb
No known key found for this signature in database

View File

@ -50,7 +50,7 @@ for (const picture of pictures) {
/>
</head>
<body class="font-serif text-white bg-gradient-to-b from-[#060009] to-[#08000B] min-h-[100svh] py-6">
<main class="mx-auto max-w-4xl grid grid-cols-2 gap-x-3 gap-y-4">
<main class="mx-auto max-w-4xl grid md:grid-cols-2 px-2 gap-x-3 gap-y-4">
<div class="flex flex-col gap-y-4">
<section class="border border-[#1E1B22] rounded-3xl p-8 gap-y-3 flex flex-col">
<div class="flex justify-between">