Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- @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;
- }
|