Skip to content

Commit f2dbc4c

Browse files
Fix banner: correct dimensions, full-width with 280px max height, rounded corners
1 parent b7831c9 commit f2dbc4c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ export default function HomePage() {
4747

4848
return (
4949
<div className="space-y-8">
50-
<div className="text-center">
50+
<div className="overflow-hidden rounded-2xl">
5151
<Image
5252
src="/docs/bannerforwebpage.png"
5353
alt="Scripture Journey banner"
54-
width={1800}
55-
height={800}
56-
className="mx-auto max-h-24 w-auto"
54+
width={1536}
55+
height={1024}
5756
priority
57+
className="h-auto w-full max-h-[280px] object-cover object-center"
5858
/>
5959
</div>
6060

public/docs/bannerforwebpage.png

259 KB
Loading

0 commit comments

Comments
 (0)