diff --git a/assets/scss/_tpo.scss b/assets/scss/_tpo.scss index aabb7c1..9962df6 100644 --- a/assets/scss/_tpo.scss +++ b/assets/scss/_tpo.scss @@ -49,6 +49,10 @@ footer .border{ max-height: 280px; } +.footer .onion-pattern:dir(rtl) { + transform: scaleX(-1); +} + .footer .download-section { max-width: 36rem; }