diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-14 14:31:13 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-14 14:34:28 -0800 |
| commit | 125f059267830d8f81694edb3ca83c6257f608f3 (patch) | |
| tree | cf6f040b75f0e63d45f3c4097e49d8dfc01f1c87 /template.html | |
| parent | 9f87b61fa59b5bd37d4539c8aeb6280963b7a69a (diff) | |
begin work on hemi octahedral article
Diffstat (limited to 'template.html')
| -rwxr-xr-x | template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template.html b/template.html index ae3cd6a..173fb82 100755 --- a/template.html +++ b/template.html @@ -34,6 +34,7 @@ $endif$ math { font-family: "Cambria Math", "Latin Modern Math", "STIX Two Math", serif; } + video { max-width: 100%; height: auto; } @media (prefers-color-scheme: dark) { /* Tomorrow night theme: https://github.com/chriskempson/tomorrow-theme */ :root { @@ -72,6 +73,7 @@ $endif$ html, body { background-color: var(--background-color); color: var(--foreground-color); + padding-left: 1em; } a { color: var(--foreground-color); } a:visited { color: var(--foreground-color); } |
