Add flag to enable sidebar author profile or alternate info
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user