We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d033e1 commit 8e54014Copy full SHA for 8e54014
assets/css/main.sass
@@ -124,14 +124,17 @@ main
124
padding: 0
125
background-color: rgba(0, 0, 0, 0.02)
126
127
-.collapsible-body li
+ul.side-nav .collapsible-body li
128
margin: 0
129
list-style: none
130
131
a
132
- display: flex
133
- align-items: center
134
- gap: 1rem
135
- padding: 1rem !important
136
- padding-left: 4rem !important
137
- font-size: 14px
+ display: flex !important
+ align-items: center !important
+ gap: 1rem !important
+ padding-top: 0.75rem !important
+ padding-bottom: 0.75rem !important
+ padding-right: 1rem !important
138
+ padding-left: 4.5rem !important
139
+ font-size: 14px !important
140
+ line-height: 1.5rem !important
0 commit comments