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 5cfd4f1 commit 044c27bCopy full SHA for 044c27b
_sass/base/_rtl.scss
@@ -204,13 +204,16 @@ html[dir='rtl'] {
204
205
/* Archives */
206
#archives {
207
+ $timeline-width: 4px;
208
+
209
.year {
- margin-left: 0;
- margin-right: -4px;
210
+ right: 2px;
211
+ margin-right: -$timeline-width;
212
213
&::before {
214
left: auto;
215
right: 79px;
216
+ float: right;
217
}
218
219
&::after {
@@ -223,6 +226,7 @@ html[dir='rtl'] {
223
226
224
227
225
228
right: 77px;
229
230
231
232
0 commit comments