Simple post list styling
This commit is contained in:
parent
974a9e8df6
commit
137d1675ba
5 changed files with 43 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue