Add follow links to footer

- Close #205
This commit is contained in:
Michael Rose
2016-03-09 15:54:20 -05:00
parent d6e43b6977
commit 927b3d36ff
3 changed files with 34 additions and 10 deletions

View File

@@ -585,14 +585,7 @@ $button-size: 1.5rem;
@include clearfix;
clear: both;
padding-bottom: 3em;
a,
a:active,
a:visited,
p,
h4,
h5,
h6,
span {
.copyright {
@include font-rem(14);
}
footer {
@@ -612,6 +605,22 @@ $button-size: 1.5rem;
}
}
/* Follow links */
.follow {
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
display: inline-block;
}
li + li:before {
content: "";
padding-right: 5px;
}
}
/* Related articles list */
.related-articles {
@include grid(12,10);