Let's get some heading font sizes up in here

This commit is contained in:
Eryn Wells 2022-10-09 12:50:08 -07:00
parent a6128d8556
commit d7077b88f1
3 changed files with 43 additions and 29 deletions

View file

@ -103,36 +103,11 @@
margin-block-start: 3.5rem;
}
.post-title {
align-items: baseline;
display: flex;
flex-wrap: wrap;
gap: 0 4rem;
margin-bottom: var(--body-item-spacing);
}
.post-title h1 {
flex-grow: 1;
margin-block: 0;
padding-bottom: 0;
}
.post-title > .post-date {
color: var(--light-dim);
display: inline-block;
font-size: 1.75rem;
inline-size: min-content;
letter-spacing: 1px;
margin-block-start: 0.5rem;
white-space: nowrap;
}
.blog footer .tags {
display: flex;
padding-inline-start: 0;
}
.blog footer .tags li {
background-color: var(--tag-background-color);
border-radius: 4px;