Added Heritages, Ancestries, and Tinctures
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 43s

This commit is contained in:
2026-03-22 14:42:14 +01:00
parent e91983a390
commit 7cc1e91f22
48 changed files with 6786 additions and 871 deletions

View File

@@ -347,6 +347,20 @@
}
}
& .random {
& table {
text-align: left;
& th,
& td {
&:first-child {
width: 5em;
text-align: center;
}
}
}
}
.elemental-grid {
& table {
& td {
@@ -383,6 +397,25 @@
}
}
.vocabulary {
& table {
& td {
&:first-child {
width: 10em;
font-style: italic;
}
&:nth-child(2) {
width: calc(60% - 10em);
}
&:nth-child(3) {
width: 40%;
}
}
}
}
/* === DEFINTION LISTS === */
& dl {
@mixin my var(--space-3);