Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_featuredImage.scss « components « sass « assets - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33b6293f3a1e827274b0f33f1a6290139eb0d533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.featured-image {
  width: 100%;
  object-fit: cover;

  &--wrapper {
    width: 100%;
    height: 100%;

    @include flexbox();
    @include align-items(center);
    @include justify-content(center);
  }
}