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

_blog.scss « pages « sass « assets - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 734e1eaeb09f8c6cf05d7bef8a4c36c8a598596b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.blog {
  @include themify($themes) {
    background-color: themed('body-background-color');
  }

  &__bg {
    @include themify($themes) {
      background-color: themed('body-background-color');
    }
  }
  
  &__header {
    @include flexbox();
    @include justify-content(center);
    @include align-items(center);
  }

  .subtitle {
    margin: 0.25rem 0;
  }
}