Increase font size for header and footer

Didact Gothic is svalpa small.
This commit is contained in:
Hippo 2021-10-30 22:11:08 +05:30 committed by Badri Sunderarajan
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

View file

@ -174,8 +174,8 @@ body {
.gh-head { .gh-head {
padding: 1vmin 4vmin; padding: 1vmin 4vmin;
font-size: 1.6rem; font-size: 1.8rem;
line-height: 1.3em; line-height: 1.6em;
color: #fff; color: #fff;
background: var(--ghost-accent-color); background: var(--ghost-accent-color);
} }
@ -310,7 +310,7 @@ a.gh-head-button {
color: var(--color-darkgrey); color: var(--color-darkgrey);
font-weight: 500; font-weight: 500;
letter-spacing: -0.015em; letter-spacing: -0.015em;
font-size: 1.5rem; font-size: 1.7rem;
line-height: 1em; line-height: 1em;
background: #fff; background: #fff;
border-radius: 30px; border-radius: 30px;
@ -604,8 +604,8 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
} }
.post-card-title { .post-card-title {
margin: 0 0 0.4em; margin: 0;
font-size: 2.4rem; font-size: 2.8rem;
transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out;
} }
@ -1734,7 +1734,7 @@ Ghost editor. */
grid-gap: 40px; grid-gap: 40px;
grid-template-columns: auto 1fr auto; grid-template-columns: auto 1fr auto;
color: rgba(255,255,255,0.7); color: rgba(255,255,255,0.7);
font-size: 1.3rem; font-size: 1.4rem;
} }
.site-footer .copyright a { .site-footer .copyright a {