Last active
August 29, 2015 14:18
-
-
Save erin-dot-io/5bd2ce630d224e4f3a18 to your computer and use it in GitHub Desktop.
Remove white space below image (<img>) tags
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
// Inline elements leave space for decenders in text strings (ex: g, q, j, p) | |
// Use this rule to remove the decender white space for image tags: | |
img { | |
vertical-align: bottom; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment