Skip to content

Commit

Permalink
Merge pull request tastejs#1199 from samccone/sjs/center-footer-content
Browse files Browse the repository at this point in the history
Center footer credits
  • Loading branch information
sindresorhus committed Mar 13, 2015
2 parents a2c5b5d + 68de2e8 commit 9f7d0c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site-assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ header nav a:not(:last-child) {
transition: max-height 0.7s ease-in;
}

.credit {
text-align: center;
}

.credit a {
margin: 5px;
white-space: nowrap;
Expand Down

0 comments on commit 9f7d0c6

Please sign in to comment.