Fix tags display on mobile viewports
This commit is contained in:
parent
a02c96f8b0
commit
911fa6f78e
2 changed files with 20 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue