Files
ord-brc20/docs/rtl.css
2025-03-07 00:41:24 -06:00

10 lines
88 B
CSS

/* rtl.css */
body {
direction: rtl;
}
.rtl-header {
direction: rtl;
}