1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00

RTL: fix user stats in about page ()

This commit is contained in:
Masoud Abkenar 2018-10-19 13:16:13 +02:00 committed by Yamagishi Kazutoshi
parent a38a452481
commit 301cbcc980

@ -245,6 +245,10 @@ body.rtl {
left: auto; left: auto;
} }
.landing-page__call-to-action .row__information-board {
direction: rtl;
}
.landing-page .header .hero .floats .float-1 { .landing-page .header .hero .floats .float-1 {
left: -120px; left: -120px;
right: auto; right: auto;