fix top anchor on rtl

pull/3768/head
Opal Mizrahi 6 years ago
parent 3fad586b68
commit ebc6136da0

@ -89,6 +89,11 @@
font-size: 1.25rem;
text-decoration: none;
color: mc('grey', '500');
@at-root .is-rtl & {
right: unset;
left: 1rem;
}
}
& + h2, & + h3, & + h4, & + h5, & + h6 {

Loading…
Cancel
Save