moved line-height to paragraph so it doesn't ruin header

pull/2/head
suhankins 10 months ago
parent 030c5f7570
commit 06abfde55f

@ -2,7 +2,6 @@ html {
font-family: Noto Sans, sans-serif;
background-color: #f1f1f1;
color: #0f0f0f;
line-height: 1.5rem;
}
body {
@ -17,6 +16,10 @@ body {
}
}
p {
line-height: 1.5rem;
}
.banner {
font-size: 2em;
margin: 0 auto 4rem;

Loading…
Cancel
Save