mirror of
https://github.com/alexgo-io/ord-brc20.git
synced 2026-01-12 14:44:18 +08:00
10 lines
88 B
CSS
10 lines
88 B
CSS
/* rtl.css */
|
|
|
|
body {
|
|
direction: rtl;
|
|
}
|
|
|
|
.rtl-header {
|
|
direction: rtl;
|
|
}
|