Skip to content

Commit

Permalink
[TASK] footer, add margin top for subpages (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
myroslav321 authored and dmh committed Oct 31, 2017
1 parent 62ea836 commit f745916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions felayout_t3kit/dev/styles/main/footer/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
.footer {
background: @footer-background;
border-top: 15px solid @footer-background;
margin-top: 50px;
}

._start-page + .footer {
margin: 0;
}

.footer p {
Expand Down

0 comments on commit f745916

Please sign in to comment.