Skip to content

Commit dc81b11

Browse files
committed
refactor: adjust anchor float and margin for improved RTL styling
1 parent 1fec27f commit dc81b11

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_sass/rtl.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,8 @@ html[dir='rtl'] {
152152
h5,
153153
h6 {
154154
.anchor {
155-
float: left;
156-
margin-left: 0;
157-
margin-right: 0.35em;
155+
margin-left: 0.35em;
156+
margin-right: 0;
158157
}
159158
}
160159

0 commit comments

Comments
 (0)