Fix tags display on mobile viewports

This commit is contained in:
jultty 2026-05-02 16:45:08 -03:00
commit 911fa6f78e
2 changed files with 20 additions and 4 deletions

View file

@ -244,7 +244,11 @@ main {
text-decoration-thickness: 0.1px;
}
.post-date {
div.post-date, div.content-date {
display: inline;
}
div.post-date {
display: inline;
}
@ -440,6 +444,16 @@ footer {
margin-left: 30px;
}
div.content-tags {
display: inline-block;
margin-left: 30px;
}
div.content-date {
display: inline-block;
margin-bottom: 10px;
}
}
/* tablet */