Skip to content

Commit

Permalink
Merge pull request #385 from r-gaia-cs/css-mobile
Browse files Browse the repository at this point in the history
Add CSS media query to improve logo position
  • Loading branch information
Greg Wilson committed Apr 6, 2014
2 parents 9419118 + a57354a commit 6cb7935
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 6cb7935

Please sign in to comment.