Skip to content

Commit 6b15b83

Browse files
fix: app screenshot width
1 parent 50e4941 commit 6b15b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/Home.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</section>
1818

1919
<section class="flex justify-center items-center px-6 pb-24">
20-
<div class="border border-gray-700 rounded-2xl bg-gray-900 shadow-2xl max-w-6xl w-full overflow-hidden">
20+
<div class="border border-gray-700 rounded-2xl bg-gray-900 shadow-2xl max-w-8xl w-full overflow-hidden">
2121
<img
2222
src="/app.png"
2323
alt="App Screenshot"

0 commit comments

Comments
 (0)