Last active
September 14, 2015 15:17
-
-
Save bylatt/717fe4f03d1e6e819e8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @media (max-width: 767px) { | |
| .box-slide.bg-5 { | |
| background-image:url(http://i.imgur.com/OFx35dP.png); | |
| background-size: 100% 340px; | |
| } | |
| .box-slide.bg-4 { | |
| background-image:url(http://i.imgur.com/ckNliyV.png); | |
| background-size: 100% 340px; | |
| } | |
| } | |
| @media (max-width: 600px) { | |
| .box-slide.bg-5 { | |
| background-image:url(http://i.imgur.com/yJMdhYi.png); | |
| background-size: 100% 340px; | |
| } | |
| .box-slide.bg-4 { | |
| background-image:url(http://i.imgur.com/TWuerXa.png); | |
| background-size: 100% 340px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment