Skip to content

Commit 39ab4ba

Browse files
committed
feat: add margin styles for list items in page category for RTL layout
1 parent ece471d commit 39ab4ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_sass/base/_rtl.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,16 @@ html[dir='rtl'] {
208208
}
209209
}
210210

211+
/* Page Category */
212+
#page-category {
213+
ul li {
214+
&::before {
215+
margin-left: 0.5rem;
216+
margin-right: 0;
217+
}
218+
}
219+
}
220+
211221
/* Archives */
212222
#archives {
213223
$timeline-width: 4px;

0 commit comments

Comments
 (0)