Varia: Recompile RTL styles.
This commit is contained in:
parent
3df3c16101
commit
d6a619b56b
1 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue