From 0a1b23d7ce3db4fad0709d2189f082c26adcb2da Mon Sep 17 00:00:00 2001 From: Keegan Date: Tue, 19 Jan 2016 14:13:29 -0800 Subject: [PATCH] better support for wrapped lines --- dev/config.js | 9 +++++---- src/styles/_base.scss | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev/config.js b/dev/config.js index 8a51cb4..8585034 100644 --- a/dev/config.js +++ b/dev/config.js @@ -5,19 +5,20 @@ module.exports = [ { "type": "heading", "id": "main-heading", - "value": "My Cool App", + "value": "Clay Test Page", "size": 1 }, { "type": "text", - "value": "By Keegan Lillo - Lillo.me" + "value": "Some arbitrary text explaining how this all works. " + + "It's cool if this wraps across multiple lines" }, { "type": "section", "items": [ { "type": "heading", - "value": "Settings" + "value": "This is a section" }, { "type": "input", @@ -50,7 +51,7 @@ module.exports = [ "items": [ { "type": "heading", - "value": "Settings" + "value": "More Settings" }, { "id": "flavor", diff --git a/src/styles/_base.scss b/src/styles/_base.scss index d532e29..53de227 100644 --- a/src/styles/_base.scss +++ b/src/styles/_base.scss @@ -6,7 +6,7 @@ html, body { @include font-pfdin(regular); -webkit-font-smoothing: antialiased; font-size: $em-base; - line-height: 1; + line-height: 1.15; height:100%; color: $color-white;