About page

This commit is contained in:
vjrj 2018-02-22 10:49:15 +01:00
parent a296fc6051
commit ae3b9e5faf
14 changed files with 126 additions and 8 deletions

View file

@ -63,7 +63,10 @@ body {
}
@include breakpoint(tablet) {
.Footer ul li:first-child, .Footer ul li:nth-child(2) {
.Footer ul li:first-child,
.Footer ul li:nth-child(2),
.Footer ul li:nth-child(3),
.Footer ul li:nth-child(4){
margin-right: 15px;
}
}
@ -85,7 +88,8 @@ body {
}
.Footer ul li:first-child,
.Footer ul li:nth-child(2) {
.Footer ul li:nth-child(2),
.Footer ul li:nth-child(3) {
margin-right: 7px;
}
}