Update line-height for headings

This commit is contained in:
Nathan Upchurch 2024-01-02 13:00:37 -05:00
parent b2804a942e
commit 5ddf6267c3

View File

@ -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;