Linked blogpost headers on homepage up to posts
This commit is contained in:
parent
ea558e66fd
commit
5c2832e352
3 changed files with 10 additions and 5 deletions
|
@ -37,10 +37,13 @@ h1, h2, h3, h4, h5, h6 {
|
|||
|
||||
h1 {
|
||||
font-weight: 400;
|
||||
font-size: 35px;
|
||||
font-size: 32px;
|
||||
@include mobile {
|
||||
font-size: 32px;
|
||||
}
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -157,7 +160,7 @@ img {
|
|||
|
||||
font-family: $helveticaNeue;
|
||||
font-weight: 300;
|
||||
font-size: 31px;
|
||||
font-size: 28px;
|
||||
letter-spacing: 1px;
|
||||
@include mobile {
|
||||
font-size: 22px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue