Commit 56858e64 by Piotr Mitros

Undid Kyle's Chrome bug fix, since it resulted in worse Firefox bugs

parent 647407ad
...@@ -53,6 +53,13 @@ header.announcement { ...@@ -53,6 +53,13 @@ header.announcement {
&.home { &.home {
background: #e3e3e3 url("/static/images/marketing/shot-5-medium.jpg"); background: #e3e3e3 url("/static/images/marketing/shot-5-medium.jpg");
@media screen and (min-width: 1200px) {
background: #e3e3e3 url("/static/images/marketing/shot-5-large.jpg");
}
// @media screen and (max-width: 1199px) {
// }
div { div {
padding: lh(10) lh() lh(3); padding: lh(10) lh() lh(3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment