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

_footer.scss « scss « assets - github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7ba1719e5904a6d5e5cf7a513eec2aa2a5f3f06 (plain)
1
2
3
4
5
6
7
8
9
10
.footer {
  width: 100%;
  text-align: center;
  line-height: 1.5rem;
  margin-bottom: 2.0rem;
  margin-top: 2.0rem;
  a {
    color: $link-color;
  }
}