Skip to content

Commit 460b807

Browse files
Changed margin for site logo in the footer to 4em so it scales better on mobiles.
1 parent 96efb31 commit 460b807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ a {
729729
text-align: center;
730730
font-size: 1.2em;
731731
color: $footer-text;
732-
margin-top: 130px;
732+
margin-top: 4em;
733733
}
734734

735735
.footer__text-credits {

0 commit comments

Comments
 (0)