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

_archive.scss « _page « css « assets - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b8f466a15ff3876168283ef9512f9ecac4b9fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.archive {
  .single-title {
    text-align: right;
  }

  .group-title {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  @import "../_partial/_archive/terms";
  @import "../_partial/_archive/tags";
}