Files
yeuchaybo/assets/scss/defaults/_objects.scss
T
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

21 lines
203 B
SCSS

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
max-width: 100%;
}
img {
height: auto;
vertical-align: top;
}
figure {
margin: 0;
}