feat: consolidate posts

This commit is contained in:
Barrett Ruth 2025-06-05 18:29:33 -05:00
parent 08629b439c
commit 291dd7e9ec
4 changed files with 34 additions and 57 deletions

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

@ -140,16 +140,19 @@ pre * {
font-size: 0.8em !important;
}
.post-article h1:has(.date) {
.post-article h1:has(.date),
.post-article h2:has(.date) {
display: flex;
justify-content: space-between;
align-items: baseline;
}
.post-article h1 .date {
.post-article h1 .date,
.post-article h2 .date {
font-weight: normal;
}
@media (max-width: 768px) {
.post-title {
font-size: 1.8em;