Add the nextra SCSS file

This commit is contained in:
kitajchuk
2021-04-03 10:59:16 -07:00
parent e21fd855bc
commit ef039d7db9
+7
View File
@@ -0,0 +1,7 @@
.nextra-container {
.sidebar > ul {
> li:not(:first-child) {
display: none;
}
}
}