25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @charset "UTF-8";
- /*------------------------------------*\
- $MEDIA ELEMENTS
- \*------------------------------------*/
-
- /* Flexible Media */
- video {
- max-width: 100%;
- width: 100%;
- height: auto;
- }
-
- object, img {
- max-width: 100%;
- height: auto;
- }
-
-
- iframe {
- margin-bottom: $space;
- }
-
- .richtext figure {
- margin-bottom: $space;
- img {
- margin-bottom: $space-half;
- }
- }
- figcaption {
- font-style: italic;
- }
|