🎨 refactor: turn macros into partials & sort CSS (#146)

This commit is contained in:
Óscar
2023-09-12 21:28:33 +02:00
committed by GitHub
parent cc029d0b19
commit 14ccb208cf
33 changed files with 392 additions and 421 deletions

View File

@@ -1,17 +1,17 @@
table {
border-spacing: 0;
border-collapse: collapse;
text-align: center;
font: inherit;
overflow: hidden;
border-style: hidden !important;
margin: 1rem auto;
border-style: hidden !important;
border-radius: 5px;
border-collapse: collapse;
border-spacing: 0;
overflow: hidden;
font: inherit;
text-align: center;
th,
td {
padding: 6px 13px;
border: 1px solid var(--bg-1);
padding: 6px 13px;
font-size: large;
}