Skip to content

Commit

Permalink
sizies
Browse files Browse the repository at this point in the history
  • Loading branch information
stella authored Sep 13, 2024
1 parent e6f9f4f commit 3b06fd4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ export default function Home() {
<div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20 font-[family-name:var(--font-geist-sans)]">
<main className="flex flex-col gap-8 row-start-2 items-center sm:items-start">
<Image
className="dark:invert"
src="https://i.ibb.co/R6j0Bqj/Butterfly.png"
alt="Unbound logo"
width={28}
height={28}
width={34}
height={34}
priority
/>
<ol className="list-inside list-decimal text-sm text-center sm:text-left font-[family-name:var(--font-geist-mono)]">
Expand Down

0 comments on commit 3b06fd4

Please sign in to comment.