fix: fixed side nav missing top spacing

This commit is contained in:
Sami Mazouz 2025-01-03 10:12:19 +01:00
parent 9fe17b3c24
commit 09909b70c7
No known key found for this signature in database

View File

@ -64,6 +64,7 @@
> ul {
&.affix {
top: var(--header-height);
margin-top: 30px;
}
> li {
margin-bottom: 10px;