Skip to content

Commit 5a74403

Browse files
committed
Tweak styles
1 parent 3edf2b3 commit 5a74403

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/app/conf/2025/resources/prose.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.gql-prose {
2-
--prose-width: 800px;
2+
--prose-width: 640px;
33
--grid-col-aside: 1;
44
--grid-col-content: 1;
55

@@ -19,6 +19,16 @@
1919
& a:not(.raw) {
2020
@apply typography-link;
2121
}
22+
23+
& > p,
24+
& > ul,
25+
& > ol {
26+
@apply max-w-[var(--prose-width)];
27+
}
28+
29+
& > p {
30+
@apply text-pretty;
31+
}
2232
}
2333

2434
.gql-sticky-aside {

0 commit comments

Comments
 (0)