Skip to content

Commit ece471d

Browse files
committed
feat: add padding styles for categories in RTL layout
1 parent 044c27b commit ece471d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_sass/base/_rtl.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ html[dir='rtl'] {
155155
}
156156
}
157157

158+
/* Categories */
159+
.categories .list-group-item {
160+
padding-right: 2rem;
161+
padding-left: 0;
162+
}
163+
158164
/* Posts */
159165
h1,
160166
h2,

0 commit comments

Comments
 (0)