Align tags

This commit is contained in:
Zach Leatherman
2021-03-19 20:38:32 -05:00
parent c0dd1fc8fe
commit 6e3282da5c
2 changed files with 5 additions and 4 deletions

View File

@ -197,7 +197,6 @@ code {
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: text-top;
text-transform: uppercase;
font-size: 0.6875em; /* 11px /16 */
padding: 0.09090909090909em 0.3636363636364em; /* 1px 4px /11 */
@ -216,6 +215,9 @@ a[href].post-tag:hover,
a[href].post-tag:focus {
background-color: var(--lightgray);
}
.postlist-item > .post-tag {
align-self: center;
}
/* Warning */
.warning {