From 36b707451e4aa9e441d9c8b8ebfd6d486dd98524 Mon Sep 17 00:00:00 2001 From: copernicus-mogley Date: Fri, 24 Jan 2020 15:01:11 +0100 Subject: [PATCH] Font size
 and reference table margin styles per Daira

---
 css/style.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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: "[";
 }