Skip to content

Commit d72009b

Browse files
style: adjust container max width
1 parent 9b44052 commit d72009b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/app/tutorial-hello-world/page.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
export default function TutorialHelloWorld() {
22
return (
33
<div className="min-h-screen bg-gray-50 p-8">
4-
{" "}
5-
{/* Basic page styling */}
6-
<article className="max-w-4xl mx-auto bg-white p-6 md:p-10 rounded-lg shadow-md space-y-6">
7-
{" "}
8-
{/* Container */}
4+
<article className="max-w-5xl mx-auto bg-white p-6 md:p-10 rounded-lg shadow-md space-y-6">
95
{/* Quest Title */}
106
<h1 className="text-3xl md:text-4xl font-bold text-indigo-700 border-b pb-2 mb-6">
117
Quest: The Oracle&apos;s First Greeting - Whispering &quot;Hello World&quot;
128
</h1>
13-
{/* Flavor Text / Introduction */}
9+
{/* Flavor Text*/}
1410
<p className="text-lg italic text-gray-600">
1511
Welcome, brave coder! Your journey into the mystical lands of programming begins now.
1612
Before you can conjure complex spells or build mighty digital fortresses, every adventurer
@@ -21,6 +17,7 @@ export default function TutorialHelloWorld() {
2117
<p className="text-gray-700">
2218
This quest will guide you through understanding and wielding this fundamental magic.
2319
</p>
20+
2421
<hr className="my-6" />
2522
{/* Section 1 */}
2623
<section className="space-y-3">
@@ -42,6 +39,7 @@ export default function TutorialHelloWorld() {
4239
communicate your intentions to the machine and make it respond.
4340
</p>
4441
</section>
42+
4543
<hr className="my-6" />
4644
{/* Section 2 */}
4745
<section className="space-y-3">

0 commit comments

Comments
 (0)