Created
January 16, 2017 20:25
-
-
Save mikedijkstra/861fad6fb58af8ba60abba6bc279e0b4 to your computer and use it in GitHub Desktop.
Responsive Image CSS
This file contains 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
.u-responsive { | |
display: block; | |
height: auto; | |
margin: 0 auto; | |
max-width: 100%; | |
width: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment