Fix long post title sneaking under the archived/drafted badge (fix #23)

This commit is contained in:
David Lapshin
2024-05-12 17:37:33 +03:00
parent 2fc27bd9e6
commit a697ff01bd
3 changed files with 22 additions and 0 deletions

View File

@ -19,6 +19,10 @@
}
}
&:has(.draft-badge, .archive-badge) h3 {
margin-right: 7rem;
}
.draft-badge,
.archive-badge {
position: absolute;

View File

@ -78,6 +78,7 @@ h6 {
line-height: normal;
font-family: var(--font-serif);
letter-spacing: -0.05em;
word-break: break-all;
}
h1 {