Fixes #132 (Commit from @bgoldman)

This commit is contained in:
Brandon Goldman 2016-02-22 18:32:53 -08:00 committed by Panos Sakkos
parent 85fdf5b510
commit 5b589baa73
9 changed files with 119 additions and 8 deletions

View file

@ -36,6 +36,17 @@ h6 {
letter-spacing: 1px;
}
/* Added in { Personal } */
h4 {
a.category {
color: inherit;
}
a.tag {
font-size: 12px;
}
}
p {
margin: 0 0 25px;
font-size: 18px;
@ -256,6 +267,15 @@ a {
display: inline !important;
border: 1px solid $dark !important;
}
/* Added in { Personal } */
&#post {
div.author img {
border: 0px;
margin-bottom: 20px;
padding: 4px;
}
}
}
.btn {