don't rely on browser defaults for font sizes
This commit is contained in:
parent
efdf0125c3
commit
b18123d00a
11
css/main.css
11
css/main.css
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user