From 434672a8ddbc42c46fc46d3be8d0d0ec6b3046f4 Mon Sep 17 00:00:00 2001 From: Josh Manders Date: Tue, 15 Nov 2016 11:17:12 -0600 Subject: [PATCH] bump font size --- docs/assets/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/assets/style.css b/docs/assets/style.css index 34d6acc43..da3c92f26 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -1,7 +1,6 @@ body { font-family: 'Open Sans', sans-serif; font-weight: 400; - font-size: 12px; padding-bottom: 40px; color: #5a5a5a; -webkit-font-smoothing: antialiased; @@ -21,7 +20,7 @@ h1 { .header .heading { color: #fff; font-size: 23px; - margin: 0; + margin: 7px 0 0 0; padding: 0 0 0 1em; } .header a { @@ -67,7 +66,6 @@ h1 { color: #444; display: block; font-weight: 400; - font-size: 14px; margin: 0 20px; padding: 3px 0; text-align: center; @@ -246,7 +244,6 @@ a.list-group-item { -webkit-font-smoothing: antialiased; box-sizing: border-box; color: rgb(71, 74, 84); - font-size: 14px; font-weight: normal; height: 20px; line-height: 20px;