Add flag to enable sidebar author profile or alternate info

This commit is contained in:
Michael Rose
2016-03-06 22:05:43 -05:00
parent 0665dccffb
commit cf2fbef815
2 changed files with 22 additions and 3 deletions

View File

@@ -327,11 +327,14 @@ $button-size: 1.5rem;
}
/* Author profile */
.author-profile {
.sidebar {
display: none;
a, a:hover {
border-bottom: 0 solid transparent;
}
img {
width: 100%;
}
@media #{$small} {
display: block;
@include grid(12,2);