1
0

Reduce font-size for h1

This will make longer blog titles fit better on small screens.

References #83
This commit is contained in:
Matthias Mees
2014-03-10 19:34:23 +01:00
parent af9cd2135d
commit 40b066a3b9

View File

@ -996,16 +996,16 @@ a.button_link:focus,
width: auto;
}
h1,
h1 {
font-size: 1.125em;
margin: .55em 0;
}
h2 {
font-size: 1.42857em;
line-height: 1.05em;
}
h1 {
margin: 0.55em 0;
}
h2 {
margin: 1.05em 0;
}
@ -1371,7 +1371,7 @@ summary {
#nav-toggle {
float: left;
font-size: 1.25em;
margin: .35em .8em 0 0;
margin: .35em .75em 0 0;
}
#main_menu #user_menu li {