mirror of
https://github.com/torproject/lego.git
synced 2024-12-03 16:01:04 +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;
|
||||
}
|
||||
|
||||
.footer .onion-pattern:dir(rtl) {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.footer .download-section {
|
||||
max-width: 36rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user