Merge pull request #362 from nickwynja/inline-header-fix

Revert selector to span to fix lock alignment
This commit is contained in:
Christian Bundy 2020-03-27 07:21:07 -07:00 committed by GitHub
commit 4883efbc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ section header a > .avatar {
margin-right: var(--micro);
}
section header .author {
section header span {
display: inline-flex;
}
section header .author > a:first-child {