better support for wrapped lines

This commit is contained in:
Keegan
2016-01-19 14:13:29 -08:00
parent dadd41e8d5
commit 0a1b23d7ce
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -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 - <a href=\"http://lillo.me\">Lillo.me</a>"
"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",
+1 -1
View File
@@ -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;