_featuredImage.scss 207 B

12345678910111213
  1. .featured-image {
  2. width: 100%;
  3. object-fit: cover;
  4. &--wrapper {
  5. width: 100%;
  6. height: 100%;
  7. @include flexbox();
  8. @include align-items(center);
  9. @include justify-content(center);
  10. }
  11. }