From 4cb666a5829c061a29df71db74604b3a8fc80fba Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 16 Dec 2014 16:18:46 +0000 Subject: [PATCH] Improved a few heading line-heights. --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 570212e..12fa0af 100644 --- a/style.css +++ b/style.css @@ -28,10 +28,12 @@ core-icon { h1 { font-weight: 400; font-size: 24pt; + line-height: 32pt; } h2 { font-weight: 400; font-size: 15pt; + line-height: 24pt; } div[drawer] { background: white; @@ -73,6 +75,7 @@ paper-button { #bigbutton { display: table; font-size: 24pt; + line-height: 32pt; margin: 1em auto; } #bigbutton a { @@ -80,10 +83,10 @@ paper-button { } .subheading { font-size: 15px; + line-height: 48px; padding-left: 16px; height: 48px; color: rgba(0, 0, 0, 0.54); - line-height: 48px; } /* This makes the drawer toggle appear only in narrow view. */ core-drawer-panel:not([narrow]) #drawerToggle {