@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user