Use <main> and have different class names for authors

This commit is contained in:
2022-04-09 23:29:22 -05:00
parent 4f450374cf
commit dff23045a8
4 changed files with 13 additions and 13 deletions

View File

@ -85,21 +85,21 @@
opacity: .75;
}
.post-title {
.post-title, .author-name {
margin-bottom: 10px;
}
.post-title a {
.post-title a, .author-name a {
color: inherit;
text-decoration: inherit;
}
.post-meta-item {
.post-meta-item, .author-meta-item {
margin-right: 10px;
display: inline-block;
}
.post-metadata {
.post-metadata, .author-metadata {
margin-bottom: 15px;
}
@ -112,7 +112,7 @@
margin-top: 15px;
}
.post-description {
.post-description, .author-description {
margin-top: 10px;
}