Initial commit

This commit is contained in:
2026-04-15 10:48:27 -04:00
commit 79b1babcd0
47 changed files with 62913 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
/*Make the content wider and relative to window size.*/
.md-grid {
max-width: 85%
}
:root {
--md-tooltip-width: 600px;
}
@page {
size: letter;
max-width: 100%;
margin-top: 1in;
margin-right: 0in;
margin-bottom: 1in;
margin-left: 0in;
}
.md-typeset h2 {
line-height: 1.13;
}