Change subheader weight

This commit is contained in:
Arkadiusz Wieczorek 2022-01-07 10:42:30 +01:00
parent 113b9f1c69
commit f6e747957a
3 changed files with 5 additions and 5 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

@ -201,8 +201,9 @@ body {
.site-home-header .site-description { .site-home-header .site-description {
font-size: 2.2rem; font-size: 2.2rem;
font-weight: 300; font-weight: 400;
text-align: center; text-align: center;
margin-top: 1rem;
} }
/* 4.2 Archive header (tag and author post lists) /* 4.2 Archive header (tag and author post lists)
@ -953,7 +954,7 @@ make sure this only happens on large viewports / desktop-ish devices.
.post-full-tags .tag { .post-full-tags .tag {
margin-right: 1rem; margin-right: 1rem;
margin-bottom: .5rem; margin-bottom: 0.5rem;
} }
.post-full-meta-date { .post-full-meta-date {
@ -3107,4 +3108,3 @@ Usage (In Ghost editor):
color: color(var(--green) l(+5%) s(-5%)); color: color(var(--green) l(+5%) s(-5%));
} }
} }