We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a814d9 commit 3fb9cfcCopy full SHA for 3fb9cfc
2 files changed
src/app/[...slug]/page.module.css
@@ -62,6 +62,10 @@
62
font-size: 1.1rem;
63
line-height: 1.7;
64
color: var(--foreground);
65
+ max-width: 68ch;
66
+ /* Narrows the reading area */
67
+ margin: 0 auto;
68
+ /* Centers the content block */
69
}
70
71
.content h2 {
src/components/Intro.module.css
@@ -22,7 +22,8 @@
22
font-size: 1.25rem;
23
color: var(--secondary);
24
line-height: 1.6;
25
- margin-bottom: 2rem;
+ margin-bottom: 1.5rem;
26
+ /* Reduced from 2rem */
27
max-width: 600px;
28
29
0 commit comments