don't rely on browser defaults for font sizes

This commit is contained in:
Bruno Windels 2020-12-08 10:43:18 +01:00
parent efdf0125c3
commit b18123d00a

View File

@ -54,13 +54,12 @@ body {
margin: 0; margin: 0;
} }
p { p { line-height: 150%; }
line-height: 150%; a { text-decoration: none; }
}
a { h1 { font-size: 24px; }
text-decoration: none; h2 { font-size: 21px; }
} h3 { font-size: 16px; }
body, body,
button, button,