Fix arabic on iOS
This commit is contained in:
parent
f4b852d49e
commit
076870324d
1 changed files with 4 additions and 1 deletions
|
@ -116,7 +116,10 @@ body .root .content.theme.ar {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
flex-direction: unset;
|
flex-direction: row;
|
||||||
|
@media (max-device-width: 500px) {
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
}
|
||||||
font-family: "Mada Regular";
|
font-family: "Mada Regular";
|
||||||
a span {
|
a span {
|
||||||
padding: 0 7px 0 0;
|
padding: 0 7px 0 0;
|
||||||
|
|
Loading…
Reference in a new issue