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

_list.scss « scss « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdd1e796afe078f8c36a3e62e42a7b8310bca830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.post-list {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto;
  width: 100%;
  @media (min-width: $screen-lg) {
    width: 80%;
  }
}
.list {
  &__title {
    font-size: 2.1rem;
    font-weight: bold;
  }
}