From cb9a9237471d979e1083da5dc2f7dd16d71b9543 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 19 Jan 2012 22:27:50 -0500 Subject: [PATCH] edit max width so its not choppy --- sass/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_index.scss b/sass/_index.scss index fd75ae258f..b8409c5224 100644 --- a/sass/_index.scss +++ b/sass/_index.scss @@ -72,7 +72,7 @@ header.announcement { background: #e3e3e3 url("/static/images/marketing/shot-1-large.jpg"); } - @media screen and (max-width: 1199px) and (min-width: 700px) { + @media screen and (max-width: 1199px) { background: #e3e3e3 url("/static/images/marketing/shot-1-medium.jpg"); }