Skip to content

Commit

Permalink
Changed the logo and header to a teal color scheme to match the busin…
Browse files Browse the repository at this point in the history
…ess card.
  • Loading branch information
brandon-rhodes committed May 11, 2012
1 parent a0b5f89 commit 6c742aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 10 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -513,17 +513,20 @@ body {
text-align: center;
}
div.header {
margin-left: auto;
margin-right: auto;
max-width: 480px;
background-color: #a8dba8;
width: 100%;
}
div.header img {
width: 90%;
margin-left: auto;
margin-right: auto;
max-width: 90%;
width: 420px;
}
ul.info {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color: #f8f8f8;
margin: 0px;
border-top: 2px solid #556655;
border-bottom: 2px solid #556655;
background-color: #cfedcf;
padding: 8px;
color: #aaa;
text-align: center;
Expand Down

0 comments on commit 6c742aa

Please sign in to comment.