浏览代码

type updates

Mark Otto 10 年之前
父节点
当前提交
5cc7b49ab6
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      _sass/_base.scss

+ 6 - 1
_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;