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
1 changed files with 5 additions and 6 deletions

View File

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