Skip to content

Commit 4d5e59f

Browse files
committed
Website: fit 'Neovim Arch Linux' in nav
The left navigation on https://quick-lint-js.com/install/neovim/arch-linux/ can have the 'Neovim Arch Linux' item word-wrapped strangely for certain browser widths. Increase the side bar's width so the labels fits properly.
1 parent 97406fa commit 4d5e59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/public/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ kbd.keystroke {
327327
@media only screen and (min-width: 51em) {
328328
body.side-bar-nav {
329329
--page-width: 49em;
330-
--side-bar-width: 7rem;
330+
--side-bar-width: 8rem;
331331
max-width: var(--page-width);
332332
}
333333

0 commit comments

Comments
 (0)