Skip to content

Commit b696fd0

Browse files
Make page content wider (override starlight css)
1 parent 684bee4 commit b696fd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/styles/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
--color-type-client-background: rgba(255, 50, 50, 0.05);
77
--color-type-server: rgba(232, 115, 0, 1);
88
--color-type-server-background: rgba(232, 115, 0, 0.05);
9+
10+
/* Override Starlight styling */
11+
--sl-content-width: 70rem;
912
}
1013

1114
/* Styling for "Client-side / Server-side / Shared" */

0 commit comments

Comments
 (0)