File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ html[dir='rtl'] {
139
139
}
140
140
}
141
141
}
142
+
142
143
@include bp .xl {
143
144
width : 45% ;
144
145
@@ -177,10 +178,15 @@ html[dir='rtl'] {
177
178
margin-right : 0 !important ;
178
179
}
179
180
181
+ .pin {
182
+ margin-left : 0 !important ;
183
+ }
184
+
180
185
i {
181
186
& :first-child {
182
187
margin-right : 0 !important ;
183
188
}
189
+
184
190
& :not (:first-child ) {
185
191
margin-right : 1.5rem !important ;
186
192
@@ -246,6 +252,11 @@ html[dir='rtl'] {
246
252
}
247
253
248
254
.post-tail-wrapper {
255
+ .post-meta i ,
256
+ .post-tags i {
257
+ margin-right : 0 !important ;
258
+ }
259
+
249
260
.share-wrapper {
250
261
.share-icons {
251
262
> * {
@@ -272,9 +283,10 @@ html[dir='rtl'] {
272
283
}
273
284
}
274
285
275
- /* Page Category */
276
- #page-category {
277
- ul li {
286
+ /* Page Category, Page Tag */
287
+ #page-category ,
288
+ #page-tag {
289
+ ul > li {
278
290
& ::before {
279
291
margin-left : 0.5rem ;
280
292
margin-right : 0 ;
@@ -330,7 +342,7 @@ html[dir='rtl'] {
330
342
/* Categories */
331
343
.category-trigger {
332
344
i {
333
- transform : rotate ( 180 deg ) ;
345
+ transition : transform 300 ms ease ;
334
346
}
335
347
}
336
348
You can’t perform that action at this time.
0 commit comments