Adds social networks links on footer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user