fix footer onion pattern for rtl text direction

This commit is contained in:
Jérôme Charaoui 2023-10-19 10:51:36 -04:00
parent aefaa6195a
commit d15c56fe92
No known key found for this signature in database
GPG Key ID: 69C52F658E988542

View File

@ -49,6 +49,10 @@ footer .border{
max-height: 280px;
}
.footer .onion-pattern:dir(rtl) {
transform: scaleX(-1);
}
.footer .download-section {
max-width: 36rem;
}