Move the <time> elements below the headings in the blog list'

This commit is contained in:
Eryn Wells 2022-04-24 21:14:04 -07:00
parent bef10cb7d2
commit d2f51c6b08
2 changed files with 3 additions and 7 deletions

View file

@ -341,6 +341,7 @@ p {
.post-list {
margin-top: 1rem;
line-height: 1.4;
}
.post-list h1,
@ -349,7 +350,7 @@ p {
.post-list h4,
.post-list h5,
.post-list h6 {
display: inline;
display: block;
margin: 0;
}
@ -361,10 +362,6 @@ p {
margin-top: 2rem;
}
.post-list time {
margin-left: 1rem;
}
.post-list article {
color: gray;
font-style: oblique;