Skip to content

Commit 0f5db26

Browse files
committed
fix: adjust margins for post-meta elements in RTL layout
1 parent 5a804e4 commit 0f5db26

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

_sass/base/_rtl.scss

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,19 @@ html[dir='rtl'] {
131131
margin-right: 0;
132132
}
133133

134-
.post-meta i {
135-
&:not(:first-child) {
136-
margin-left: 0;
137-
margin-right: 1.5rem;
138-
139-
@include bp.md {
134+
.post-meta {
135+
div {
136+
margin-right: 0 !important;
137+
}
138+
i {
139+
&:not(:first-child) {
140140
margin-left: 0;
141-
margin-right: 1.75rem;
141+
margin-right: 1.5rem;
142+
143+
@include bp.md {
144+
margin-left: 0;
145+
margin-right: 1.75rem;
146+
}
142147
}
143148
}
144149
}

0 commit comments

Comments
 (0)