Simple post list styling

This commit is contained in:
John O'Nolan 2019-11-14 00:02:21 +07:00
parent 974a9e8df6
commit 137d1675ba
5 changed files with 43 additions and 14 deletions

View file

@ -125,7 +125,7 @@ h4,
h5,
h6 {
margin: 0;
line-height: 1.1em;
line-height: 1.15em;
font-weight: 700;
}
@ -140,11 +140,11 @@ h1 {
}
h2 {
font-size: 3.4rem;
font-size: 3.6rem;
}
@media (max-width: 500px) {
h2 {
font-size: 2rem;
font-size: 2.2rem;
}
}