feat: consolidate posts
This commit is contained in:
parent
08629b439c
commit
291dd7e9ec
4 changed files with 34 additions and 57 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue