Blog enhancements (#80)

* Small CSS adjustments.

* Blog adjustments.

* Add support for Prism in the blog
This commit is contained in:
Héctor Ramos 2017-09-25 12:53:54 -07:00 committed by GitHub
parent a484893c4f
commit 45f6ef8fd9
7 changed files with 80 additions and 2 deletions

View file

@ -1657,6 +1657,9 @@ table tr th {
.blog-recent {
height: 40px;
}
.blogContainer .lonePost {
margin-top: 0;
}
}
.header-link {
@ -1980,3 +1983,14 @@ footer .copyright {
color: rgba(255, 255, 255, 0.4);
text-align: center;
}
.entry-share {
padding: 36px 0;
display: block;
}
@media screen and (max-width: 768px) {
.entry-share {
display: none;
}
}