From 7390bb804fc1312bc4294bfdfc06a06401cf97c7 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Sun, 29 Sep 2013 01:22:00 -0400 Subject: [PATCH 1/4] Normalized font-sizes in CSS --- resources/default.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/default.css b/resources/default.css index 94d1575..b404e15 100644 --- a/resources/default.css +++ b/resources/default.css @@ -2,6 +2,7 @@ body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #222; background-color: #f7f7f7; + font-size: 100%; } #wrapper { @@ -28,8 +29,8 @@ body { height: 540px; padding: 30px; font-weight: 200; - font-size: 32px; - line-height: 44px; + font-size: 200%; + line-height: 1.375; } .controls { @@ -81,14 +82,14 @@ body { } .slide h1 { - font-size: 100px; + font-size: 300%; line-height: 1.2; text-align: center; margin: 140px 0 0; } .slide h2 { - font-size: 30px; + font-size: 100%; line-height: 1.2; margin: 5px 0; text-align: center; @@ -96,7 +97,7 @@ body { } .slide h3 { - font-size: 45px; + font-size: 140%; line-height: 1.2; border-bottom: 1px solid #aaa; margin: 0; @@ -106,22 +107,21 @@ body { .slide ul { padding: 20px 0 0 60px; font-weight: 200; - font-size: 32px; - line-height: 44px; + line-height: 1.375; } .slide .author h1.name { - font-size: 55px; + font-size: 170%; font-weight: 200; text-align: center; - margin-top: 185px; + margin-top: 160px; margin-bottom: 30px; } .slide .author h3 { font-weight: 100; text-align: center; - font-size: 30px; + font-size: 95%; border: none; } From 2802a99720cd593daa6adfb0f194dc603f4ab29b Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Sun, 29 Sep 2013 14:45:25 -0400 Subject: [PATCH 2/4] Added viewport settings for mobile browsers --- templates/layout.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/layout.mustache b/templates/layout.mustache index 08d68ea..ddf7b6d 100644 --- a/templates/layout.mustache +++ b/templates/layout.mustache @@ -2,6 +2,7 @@ + {{title}}