From 060ab1bea551b4504707a4695d2b76d4e63ea04d Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 10 Apr 2012 18:08:18 -0600 Subject: [PATCH] Fix #374 - Media query at bottom of app.css needs max-width of 979px --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 68e266f..25d0ff8 100644 --- a/css/app.css +++ b/css/app.css @@ -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;