Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 4730fa2

Browse files
committed
Set max-width for nav
1 parent 873e7a1 commit 4730fa2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Assets/css/all.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,8 @@ nav {
768768
padding: 0 1em 3em 1em;
769769
position: sticky;
770770
top: 1em;
771-
max-width: 20vw;
771+
width: 20vw;
772+
max-width: 14em;
772773

773774
& a {
774775
color: var(--secondary-label);

0 commit comments

Comments
 (0)