Add a layout for posts
This commit is contained in:
parent
69b423b565
commit
a79f462669
4 changed files with 35 additions and 0 deletions
|
|
@ -16,3 +16,17 @@ dl {
|
|||
margin-inline-start: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
dl.tags {
|
||||
dt {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 0.25em;
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
|
||||
dd {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue