Reduce h1 font size

This commit is contained in:
manubo
2019-09-30 15:03:41 +02:00
parent 112df80e89
commit a92e62b5bd
2 changed files with 3 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ html {
transition: height 2s ease-out;
h1 {
font-size: 24px;
font-weight: normal;
line-height: 1.2;
margin-top: 1rem;
@@ -101,14 +102,6 @@ html {
text-align: center;
margin-top: 3rem;
h2 {
font-weight: normal;
font-size: 24px;
line-height: 1.2;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
p {
margin-top: 0.5rem;
}