mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-06-05 15:10:03 +09:00
21 lines
203 B
SCSS
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;
|
|
}
|