Skip to content

Commit e659a3f

Browse files
Copilotulysses4ever
andcommitted
Add clarifying comment for width constraint value
Co-authored-by: ulysses4ever <[email protected]>
1 parent ca59058 commit e659a3f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/assets/css/dark-mode.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ body.dark-mode #newsplash::before {
154154
z-index: 0;
155155
}
156156

157-
/* Ensure content is above the overlay */
157+
/* Ensure content is above the overlay and constrain width to prevent overflow */
158+
/* Parent container is 880px, using 860px provides 20px margin for proper text wrapping */
158159
body.dark-mode #newsplash > div {
159160
position: relative;
160161
z-index: 1;

0 commit comments

Comments
 (0)