Skip to content

Commit

Permalink
Fix #374 - Media query at bottom of app.css needs max-width of 979px
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Apr 11, 2012
1 parent ee37390 commit 060ab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ol.commentlist img.avatar { float: left; margin-right: 10px; }
Media Queries
========================================================================== */

@media (max-width: 980px) {
@media (max-width: 979px) {
/* Fix top padding when using the responsive grid with the fixed topbar */
body {
padding-top: 0;
Expand Down

0 comments on commit 060ab1b

Please sign in to comment.