This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
Oldphaloskepsis/plugins/jetpack/scss/atoms/_media.scss
2017-01-12 23:10:07 +00:00

9 lines
292 B
SCSS

// ==========================================================================
// Media elements
// ==========================================================================
// Remove the gap between images and the bottom of their containers: h5bp.com/i/440
img {
vertical-align: middle;
}