UX: default h1 is just way too big

This commit is contained in:
Jeff Atwood 2016-03-08 16:29:05 -08:00
parent 091e7ef3ca
commit a28816e9d8

View File

@ -131,7 +131,7 @@ dfn {
*/ */
h1 { h1 {
font-size: 2em; font-size: 1.6em;
margin: 0.67em 0; margin: 0.67em 0;
} }
@ -422,4 +422,4 @@ table {
td, td,
th { th {
padding: 0; padding: 0;
} }