This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/plugins/jetpack/scss/atoms/_media.scss

9 lines
292 B
SCSS
Raw Normal View History

2018-03-21 18:19:20 +00:00
// ==========================================================================
// Media elements
// ==========================================================================
// Remove the gap between images and the bottom of their containers: h5bp.com/i/440
img {
vertical-align: middle;
}