Fix RTL issues on 'exchanges' page

Closes #3522
This commit is contained in:
Daniel Leedan 2020-12-09 13:23:18 +08:00
parent 1dc4f90256
commit 514f9bd4b5

View File

@ -387,6 +387,9 @@ h2 .rssicon{
margin-right: 0;
margin-left: 30px;
}
.marketplace h3 {
text-align: right;
}
.boxexpand {
direction: rtl;
}