Skip to content

Commit

Permalink
WEB: Make the sidebar a header already at < 980px
Browse files Browse the repository at this point in the history
Anything smaller, and the logo becomes illegible.
  • Loading branch information
DrMcCoy committed Jul 29, 2013
1 parent 426ee08 commit ee157fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/_greyshade.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ body {
margin: 0 0;
}
}
@media screen and (max-width: 700px){
@media screen and (max-width: 980px){
.container {
.credit-box {
display: none;
Expand Down

0 comments on commit ee157fe

Please sign in to comment.