Skip to content

Commit 9b5739b

Browse files
committed
a
1 parent 113e911 commit 9b5739b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/about/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Link from "next/link";
22

33
export 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

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Image from "next/image";
22

33
export 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"

0 commit comments

Comments
 (0)