Increase font size for header and footer
Didact Gothic is svalpa small.
This commit is contained in:
parent
83334884aa
commit
68e2208a4b
3 changed files with 8 additions and 8 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -174,8 +174,8 @@ body {
|
|||
|
||||
.gh-head {
|
||||
padding: 1vmin 4vmin;
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.3em;
|
||||
font-size: 1.8rem;
|
||||
line-height: 1.6em;
|
||||
color: #fff;
|
||||
background: var(--ghost-accent-color);
|
||||
}
|
||||
|
@ -310,7 +310,7 @@ a.gh-head-button {
|
|||
color: var(--color-darkgrey);
|
||||
font-weight: 500;
|
||||
letter-spacing: -0.015em;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.7rem;
|
||||
line-height: 1em;
|
||||
background: #fff;
|
||||
border-radius: 30px;
|
||||
|
@ -604,8 +604,8 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
|||
}
|
||||
|
||||
.post-card-title {
|
||||
margin: 0 0 0.4em;
|
||||
font-size: 2.4rem;
|
||||
margin: 0;
|
||||
font-size: 2.8rem;
|
||||
transition: color 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -1734,7 +1734,7 @@ Ghost editor. */
|
|||
grid-gap: 40px;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
color: rgba(255,255,255,0.7);
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.site-footer .copyright a {
|
||||
|
|
Loading…
Reference in a new issue