Skip to content
Snippets Groups Projects
_image.scss 228 B
Newer Older
M Miller's avatar
M Miller committed
@mixin img {
  display: block;
  height: auto;
  max-width: 100%;
}

img,
picture {
  @include img;
}

img {
  border: 1px solid $gray;
}

figure {
  margin: 0; //override normalize
}

.figure__caption {
  font-style: italic;
}