File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Link from "next/link";
22
33export default function About ( ) {
44 return (
5- < div className = "font-sans min-h-screen p-8 pb-20 sm:p-20" >
5+ < div className = "font-sans min-h-screen p-8 pb-20 sm:p-20 bg-pink-500 " >
66 < main className = "max-w-4xl mx-auto" >
77 < div className = "mb-6" >
88 < Link
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Image from "next/image";
22
33export default function Home ( ) {
44 return (
5- < div className = "font-sans grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20" >
5+ < div className = "font-sans grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 bg-pink-500 " >
66 < main className = "flex flex-col gap-[32px] row-start-2 items-center sm:items-start" >
77 < Image
88 className = "dark:invert"
You can’t perform that action at this time.
0 commit comments