Skip to content

Commit

Permalink
Add CSS media query to improve logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raniere Silva committed Mar 17, 2014
1 parent 99a7cd4 commit a57354a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ div.banner a img {
padding: 20px 25px;
}

@media (max-width: 700px) {
div.banner a img {
padding: 20px 0px;
}
}

/* Explanatory call-out boxes. */
div.box {
background-color: mistyrose;
Expand Down

0 comments on commit a57354a

Please sign in to comment.