mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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
This commit is contained in:
parent
e04bdce3ca
commit
440e2b8786
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user