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 5a804e4 commit 0f5db26Copy full SHA for 0f5db26
_sass/base/_rtl.scss
@@ -131,14 +131,19 @@ html[dir='rtl'] {
131
margin-right: 0;
132
}
133
134
- .post-meta i {
135
- &:not(:first-child) {
136
- margin-left: 0;
137
- margin-right: 1.5rem;
138
-
139
- @include bp.md {
+ .post-meta {
+ div {
+ margin-right: 0 !important;
+ }
+ i {
+ &:not(:first-child) {
140
margin-left: 0;
141
- margin-right: 1.75rem;
+ margin-right: 1.5rem;
142
+
143
+ @include bp.md {
144
+ margin-left: 0;
145
+ margin-right: 1.75rem;
146
147
148
149
0 commit comments