mirror of
https://github.com/alexgo-io/ord-brc20.git
synced 2026-04-29 11:24:58 +08:00
10 lines
88 B
CSS
10 lines
88 B
CSS
/* rtl.css */
|
|
|
|
body {
|
|
direction: rtl;
|
|
}
|
|
|
|
.rtl-header {
|
|
direction: rtl;
|
|
}
|