mirror of
https://github.com/torproject/lego.git
synced 2024-12-04 08:37:28 +00:00
fix footer onion pattern for rtl text direction
This commit is contained in:
parent
aefaa6195a
commit
d15c56fe92
@ -49,6 +49,10 @@ footer .border{
|
|||||||
max-height: 280px;
|
max-height: 280px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer .onion-pattern:dir(rtl) {
|
||||||
|
transform: scaleX(-1);
|
||||||
|
}
|
||||||
|
|
||||||
.footer .download-section {
|
.footer .download-section {
|
||||||
max-width: 36rem;
|
max-width: 36rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user