playing with article header and info layout
All checks were successful
/ weblog.lol (push) Successful in 8s

This commit is contained in:
Gordon Pedersen 2024-05-08 06:26:49 +00:00
parent c89a86178d
commit e8b6445dd7

View file

@ -70,13 +70,11 @@ article, main.page {
} }
.post-info { .post-info {
position: absolute; margin-top: -2rem;
right: 2rem;
top: 4rem;
} }
.post-info+h1 { .post-info+h1 {
max-width: calc(100% - 4rem - 2em); /*max-width: calc(100% - 4rem - 2em);*/
} }
.post-info, .post-tags { .post-info, .post-tags {