RTL: fix user stats in about page (#9018)

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

View file

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