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;
|
||||
}
|
||||
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user