diff --git a/web/index.html b/web/index.html index 544b31e..e038507 100644 --- a/web/index.html +++ b/web/index.html @@ -91,6 +91,12 @@ margin-top: 0; margin-bottom: 0; } + article.tl h1, + article.tl h2, + article.tl h3 { + margin-top: .1em; + margin-bottom: .1em; + } article p { margin: 0 0 0 .5em; }