Auto-sizing canvas, starting cleanup for display on mobile browsers

This commit is contained in:
2024-12-08 19:53:06 -05:00
parent 78d71cbc7b
commit 5ae6b82d26
13 changed files with 206 additions and 214 deletions

View File

@ -3,6 +3,19 @@
--ifm-container-width-xl: 1440px;
--ifm-footer-padding-vertical: .5rem;
--ifm-spacing-horizontal: .8rem;
/* Reduce padding on code blocks */
--ifm-pre-padding: .6rem;
/* More readable code highlight background */
--docusaurus-highlighted-code-line-bg: var(--ifm-color-emphasis-300);
/*--ifm-code-font-size: 85%;*/
}
.katex {
/* Default is 1.21, this helps with fitting on mobile screens */
font-size: 1.16em;
}
.header-github-link:hover {