Skip to content

Commit afe0519

Browse files
committed
Adjust width of page nav buttons to avoid hiding the code block clip buttons
1 parent 26500b6 commit afe0519

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
:root {
22
--content-max-width: 1000px;
33
}
4+
5+
.nav-chapters {
6+
max-width: 75px;
7+
min-width: 45px;
8+
}

0 commit comments

Comments
 (0)