Skip to content

Commit 3fb9cfc

Browse files
committed
Fix: design
1 parent 4a814d9 commit 3fb9cfc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/app/[...slug]/page.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
font-size: 1.1rem;
6363
line-height: 1.7;
6464
color: var(--foreground);
65+
max-width: 68ch;
66+
/* Narrows the reading area */
67+
margin: 0 auto;
68+
/* Centers the content block */
6569
}
6670

6771
.content h2 {

src/components/Intro.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
font-size: 1.25rem;
2323
color: var(--secondary);
2424
line-height: 1.6;
25-
margin-bottom: 2rem;
25+
margin-bottom: 1.5rem;
26+
/* Reduced from 2rem */
2627
max-width: 600px;
2728
}
2829

0 commit comments

Comments
 (0)