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

_posts_list.scss « components « css « assets - github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd9eea73f797d12f0de32378f4b202ff85e6013d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.posts-list {
  padding: 0;
}

.posts-list-item {
  list-style: none;
  padding: 0.4em 0;

  &:not(:last-child) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }
}

.posts-list-item-description {
  display: block;
  font-size: 0.8em;
}