Minor adjustments to TOC and author sidebar

This commit is contained in:
Michael Rose
2013-09-09 11:27:38 -04:00
parent 9708efd7d1
commit b6aa91bfe3
13 changed files with 52 additions and 24 deletions

View File

@@ -45,6 +45,24 @@
.grid(12,2);
.prefix(12,0.5);
.suffix(12,0.5);
h3,
.bio-photo,
p,
.author-social {
display: block;
max-width: 125px;
margin: auto;
}
h3 {
margin-top: 10px;
margin-bottom: 10px;
}
p {
margin-bottom: 20px;
}
.author-social {
margin-bottom: 5px;
}
}
.article-author-bottom {
display: none;
@@ -54,8 +72,8 @@
.grid(12,2);
.prefix(12,0.5);
.suffix(12,0.5);
position: fixed;
top: 120px;
position: absolute;
top: 5.5em;
right: 0;
.box-shadow(0 0 5px rgba(0,0,0,.50));
}