Skip to content

Commit

Permalink
Updated responsive css
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hughes authored and Michael Hughes committed Mar 26, 2013
1 parent 8f4c646 commit f97b0b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/resources/sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ body {
a {
@include link-colors(#00c, #00c, #00c, #000)
}
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {
@media screen and (max-device-width: 800px), screen and (max-width: 800px) {
.entries {
background-color:#777;
width:100%;
}
}

0 comments on commit f97b0b9

Please sign in to comment.