Skip to content

Commit 8e54014

Browse files
authored
Update main.sass
1 parent 8d033e1 commit 8e54014

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

assets/css/main.sass

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,17 @@ main
124124
padding: 0
125125
background-color: rgba(0, 0, 0, 0.02)
126126

127-
.collapsible-body li
127+
ul.side-nav .collapsible-body li
128128
margin: 0
129129
list-style: none
130130

131131
a
132-
display: flex
133-
align-items: center
134-
gap: 1rem
135-
padding: 1rem !important
136-
padding-left: 4rem !important
137-
font-size: 14px
132+
display: flex !important
133+
align-items: center !important
134+
gap: 1rem !important
135+
padding-top: 0.75rem !important
136+
padding-bottom: 0.75rem !important
137+
padding-right: 1rem !important
138+
padding-left: 4.5rem !important
139+
font-size: 14px !important
140+
line-height: 1.5rem !important

0 commit comments

Comments
 (0)