Fix #374 - Media query at bottom of app.css needs max-width of 979px

This commit is contained in:
Ben Word
2012-04-10 18:08:18 -06:00
parent ee37390e25
commit 060ab1bea5

View File

@@ -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;