Skip to content
Snippets Groups Projects
Commit b18123d0 authored by Bruno Windels's avatar Bruno Windels
Browse files

don't rely on browser defaults for font sizes

parent efdf0125
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment