Skip to content

Commit 616aec5

Browse files
committed
fix: Match paragraph spacing between homepage and work section
Changed work section paragraph spacing from 3rem (48px) to 1.5rem (24px) to match homepage space-y-6 utility. Now both sections have identical typography spacing for consistent reading experience.
1 parent 47e9266 commit 616aec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/works.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
/* Paragraphs - generous spacing for readability */
3030
.story-content p {
31-
margin-bottom: 3rem !important;
31+
margin-bottom: 1.5rem !important;
3232
margin-top: 0 !important;
3333
line-height: 1.625 !important;
3434
font-size: 1.125rem !important;

0 commit comments

Comments
 (0)