Provide an All Posts link on posts that points back to the index page

This commit is contained in:
Philipp Oppermann
2019-03-18 10:27:54 +01:00
parent cc0f68448b
commit 06b334396a
3 changed files with 22 additions and 3 deletions

View File

@@ -166,6 +166,11 @@ aside#toc {
display: none;
}
aside#all-posts-link {
font-size: 90%;
margin-top: 0.5rem;
}
@media (min-width: 80rem) {
aside#toc {
display: block;
@@ -233,6 +238,14 @@ aside#toc {
aside#recent-updates ul li {
margin-top: .5rem;
}
aside#all-posts-link {
float: left;
position: absolute;
bottom: 0;
left: -15rem;
margin-top: 0;
}
}
aside#recent-updates time {