Add a layout for posts

This commit is contained in:
Neil Brommer 2023-07-08 16:50:36 -07:00
parent 69b423b565
commit a79f462669
4 changed files with 35 additions and 0 deletions

View file

@ -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;
}
}