Improvements in footer

This commit is contained in:
vjrj 2018-01-23 00:14:11 +01:00
parent 2c15533404
commit 502c59049b
4 changed files with 19 additions and 12 deletions

View file

@ -21,6 +21,8 @@ body {
p {
color: $gray-light;
font-size: 16px !important;
line-height: 1.3em;
a {
color: $gray-light;
@ -62,7 +64,7 @@ body {
@include breakpoint(tablet) {
.Footer ul li:first-child, .Footer ul li:nth-child(2) {
margin-right: 30px;
margin-right: 15px;
}
}