Add Recent Posts button at bottom of blog posts

This commit is contained in:
Frank Li 2017-07-17 11:46:35 -07:00
parent 523d824651
commit c6bdc81376
2 changed files with 19 additions and 0 deletions

View file

@ -1554,6 +1554,17 @@ table tr th {
overflow: hidden;
width: 70px;
}
.blog-recent-bar {
margin: 20px 0;
}
.blog-recent {
float: left;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
.blog-recent-bar {
height: 40px;
}
}
.header-link {
position: absolute;