Adds social networks links on footer

This commit is contained in:
Alberto Garcia Cabeza
2015-09-30 16:59:42 +02:00
parent 87f42e578d
commit a39df80112
4 changed files with 42 additions and 1 deletions

View File

@@ -764,6 +764,29 @@ footer {
margin-top: rem-calc(24);
padding-top: rem-calc(12);
.social {
margin-top: rem-calc(24);
text-align: center;
@media (min-width: $small-breakpoint) {
margin-top: 0;
text-align: right;
}
a {
font-size: rem-calc(24);
margin: 0 rem-calc(12);
text-decoration: none;
@media (min-width: $small-breakpoint) {
font-size: rem-calc(18);
}
&:last-child {
margin-right: 0;
}
}
}
}
// 06. Tags