Add gap between sections

This commit is contained in:
Andy Smith
2025-11-10 14:25:04 -06:00
parent 9c20cc034b
commit 0b35e26fd6
+3
View File
@@ -72,6 +72,9 @@
}
.nav__scroll-container {
display: flex;
flex-direction: column;
gap: 2px;
margin-inline: -1ch;
overflow: auto;
padding-inline: 1ch; /* room for scrollbar */