mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
40 lines
419 B
CSS
40 lines
419 B
CSS
|
.nav-items {
|
||
|
direction: rtl;
|
||
|
}
|
||
|
|
||
|
.white-nav .nav-item .dropdown-content {
|
||
|
direction: rtl;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.site-wrap {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.guides {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
h2#main-h2 {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.using h2 {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.about-monero {
|
||
|
direction: rtl;
|
||
|
}
|
||
|
|
||
|
.moneropedia {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.roadmap {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.footer-wrapper {
|
||
|
direction: rtl;
|
||
|
}
|