Browse Source

Resizes h1 heading

Caleb Fangmeier 4 years ago
parent
commit
de8c658598
1 changed files with 4 additions and 0 deletions
  1. 4 0
      static/css/custom.css

+ 4 - 0
static/css/custom.css

@@ -33,3 +33,7 @@ th {
 }
 
 tr:nth-child(even) {background-color: #f2f2f2;}
+
+h1 {
+  font-size: 31px;
+}