Skip to content

Commit 877c5aa

Browse files
committed
style(docs): adjust sidebar and title styling for long site title
- Increased sidebar width and main-content margin to fit long project title - Tweaked .site-title styles for better readability and line wrapping
1 parent f8bfbe7 commit 877c5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/assets/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
}
99

1010
.side-bar {
11-
width: 300px !important;
11+
width: 340px !important;
1212
}
1313

1414
.main-content {
15-
margin-left: 320px !important;
15+
margin-left: 360px !important;
1616
}

0 commit comments

Comments
 (0)