minor fix to long headings
All checks were successful
/ weblog.lol (push) Successful in 9s

This commit is contained in:
Gordon Pedersen 2024-05-07 11:57:07 +10:00
parent b49c7206d1
commit 86b03e0438

View file

@ -68,6 +68,10 @@ article {
top: 4rem; top: 4rem;
} }
.post-info+h1 {
max-width: calc(100% - 4rem - 2em);
}
.post-info, .post-tags { .post-info, .post-tags {
font-size: 85%; font-size: 85%;
color: var(--accent); color: var(--accent);