🌐 style: improve RTL styling consistency (#381)

This commit is contained in:
Óscar
2024-09-16 17:50:16 +02:00
committed by GitHub
parent 35dcf55019
commit 1027f5ba53
22 changed files with 130 additions and 150 deletions

View File

@@ -11,7 +11,8 @@ table {
th,
td {
border: 1px solid var(--bg-1);
padding: 6px 13px;
padding-inline: 13px;
padding-block: 6px;
font-size: large;
}