update font size to something more readable
diff --git a/assets/css/base.css b/assets/css/base.css
index d0e56f2..cdce8e8 100644
--- a/assets/css/base.css
+++ b/assets/css/base.css
@@ -5,6 +5,7 @@
 body {
   height: 100%;
   /* The html and body elements cannot have any padding or margin. */
+  font-size: 15pt;
 }
 
 /* Wrapper for page content to push down footer */
@@ -50,4 +51,4 @@
 
 /*code {
   font-size: 80%;
-}*/
\ No newline at end of file
+}*/