diff --git a/reset.css b/reset.css index c49a883..07358b5 100644 --- a/reset.css +++ b/reset.css @@ -46,6 +46,11 @@ body { -webkit-font-smoothing: antialiased; // Improve text rendering for modern high-dpi screens } +// Reasonable line-height for headings +h1, h2, h3 { + line-height: 1.2; +} + // Improve media defaults img, picture, video, canvas, svg { display: block;