fix: dates
This commit is contained in:
parent
b81f0fa3c4
commit
ffc8ce9a4c
8 changed files with 1132 additions and 18535 deletions
|
|
@ -139,3 +139,14 @@ pre * {
|
|||
.astro-code {
|
||||
font-size: 0.8em !important;
|
||||
}
|
||||
|
||||
.post-article h1:has(.date) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.post-article h1 .date {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue