diff --git a/css/style.css b/css/style.css index a3a9aeb3..9c5bb68e 100644 --- a/css/style.css +++ b/css/style.css @@ -98,7 +98,7 @@ pre { border: 1px solid #e6e7e8; padding: 0.625rem; white-space: pre-line; - font-size: 0.875rem; + font-size: 1.125rem; } span.math { @@ -175,6 +175,10 @@ td:first-child { border: 0 none transparent; } +#references table { + margin-bottom: 0; +} + #references th::before { content: "["; }