From 5cc7b49ab66c1611fbd4388e060dbd3ab959577f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Apr 2015 23:20:40 -0700 Subject: [PATCH] type updates --- _sass/_base.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index d91b6bd..4b0626a 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -20,7 +20,7 @@ html { line-height: 1.5; @media (min-width: 38em) { - font-size: 20px; + font-size: 18px; } } @@ -57,6 +57,7 @@ img { table { margin-bottom: 1rem; width: 100%; + font-size: 85%; border: 1px solid #e5e5e5; border-collapse: collapse; } @@ -67,6 +68,10 @@ th { border: 1px solid #e5e5e5; } +th { + text-align: left; +} + tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th { background-color: #f9f9f9; -- 2.30.2