edit max width so its not choppy

This commit is contained in:
Kyle Fiedler
2012-01-19 22:27:50 -05:00
parent 45a9bda33f
commit cb9a923747

View File

@@ -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");
}