diff --git a/index.html b/index.html index 0bae4f7..e3740da 100644 --- a/index.html +++ b/index.html @@ -60,6 +60,10 @@ img { max-width: 100%; } + svg { + height: auto; + max-width: 100%; + } h1, h2, h3, h4, h5, h6 { margin-top: 1.4em; } @@ -152,8 +156,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -165,9 +172,6 @@ -
@@ -193,6 +197,7 @@

Get the code

from GitHub.

Documentation