8 lines
292 B
SCSS
8 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;
|
|
}
|