knock font size down 2 points
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Fri, 8 Sep 2017 23:32:48 +0000 (16:32 -0700)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Fri, 8 Sep 2017 23:32:48 +0000 (16:32 -0700)
On my screen, the blog has always looked better at 90%.

theme/static/css/main.css

index 8ca121f..4dadf32 100644 (file)
@@ -3,7 +3,7 @@
 @import url("pygment.css");
 
 
 @import url("pygment.css");
 
 
-/* Latout */
+/* Layout */
 
 article,
 figcaption,
 
 article,
 figcaption,
@@ -23,8 +23,7 @@ html {
 }
 body {
   font-family: 'Source Sans Pro', sans-serif;
 }
 body {
   font-family: 'Source Sans Pro', sans-serif;
-  font-size: 16px;
-  line-height: 150%;
+  font-size: 14px;
   text-align: left;
   color: #1D1D1D;
   padding: 0;
   text-align: left;
   color: #1D1D1D;
   padding: 0;