From 420cf2e2105ad8ea7d9d390626505c3f975d22d4 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 2 Nov 2012 16:48:11 +0000 Subject: [PATCH] Twenty Twelve: handle a long site title a bit better in mobile view, don't use line-height to add space between the h1 and h2 elements in this case. git-svn-id: http://core.svn.wordpress.org/trunk@22358 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ea74a20f5..8b12bd0cb 100644 --- a/style.css +++ b/style.css @@ -528,7 +528,9 @@ a:hover { .site-header h1 { font-size: 24px; font-size: 1.714285714rem; - line-height: 2; + line-height: 1.285714286; + margin-bottom: 14px; + margin-bottom: 1rem; } .site-header h2 { font-weight: normal; @@ -1410,6 +1412,7 @@ img#wpstats { font-size: 26px; font-size: 1.857142857rem; line-height: 1.846153846; + margin-bottom: 0; } .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {