Varia: Recompile RTL styles.

This commit is contained in:
Allan Cole 2019-10-24 13:15:01 -04:00
parent 3df3c16101
commit d6a619b56b

View file

@ -2774,7 +2774,13 @@ body:not(.fse-enabled) .footer-menu a {
.entry-content .more-link {
display: block;
color: inherit;
margin-top: 32px;
margin-top: 16px;
}
@media only screen and (min-width: 560px) {
.entry-content .more-link {
margin-top: 32px;
}
}
.entry-content .more-link:after {