Update line-height for headings
This commit is contained in:
parent
b2804a942e
commit
5ddf6267c3
@ -46,6 +46,11 @@ body {
|
|||||||
-webkit-font-smoothing: antialiased; // Improve text rendering for modern high-dpi screens
|
-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
|
// Improve media defaults
|
||||||
img, picture, video, canvas, svg {
|
img, picture, video, canvas, svg {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user