Update content to focus on the important parts.

This commit is contained in:
2026-01-04 12:06:00 -08:00
parent 57280c51d4
commit f9d039c15e
35 changed files with 2913 additions and 842 deletions

View File

@@ -19,4 +19,21 @@ h1, h2, h3, h4, h5, h6, .main-menu, .decoration-primary-500 {
figure {
margin: .5em;
padding: 0;
}
/* Table styling for tools directory */
table {
width: 100%;
table-layout: fixed;
}
table th:first-child,
table td:first-child {
width: 25%;
white-space: nowrap;
}
table th:last-child,
table td:last-child {
width: 75%;
}