docs: simplify board tables and clean up published markdown rendering

This commit is contained in:
Jared Dohrman
2026-04-13 16:24:08 +10:00
parent 631fcc67fb
commit b29436eb62
5 changed files with 95 additions and 142 deletions
+6
View File
@@ -119,6 +119,12 @@ body {
background: transparent;
}
@media screen and (min-width: 76.25em) {
.md-grid {
max-width: 80rem;
}
}
.md-content__inner {
background: linear-gradient(180deg, var(--web-surface-2), var(--web-surface-1));
border: 1px solid var(--web-border);