Skip to content

Instantly share code, notes, and snippets.

@erin-dot-io
Last active August 29, 2015 14:18
Show Gist options
  • Save erin-dot-io/5bd2ce630d224e4f3a18 to your computer and use it in GitHub Desktop.
Save erin-dot-io/5bd2ce630d224e4f3a18 to your computer and use it in GitHub Desktop.
Remove white space below image (<img>) tags
// 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