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

_footer.scss « scss « assets - github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 471a9fd26f3a436bf50f547a13bc2dc8d25171b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
footer {
  padding: 20px 0;
  @include flex-y-center;
  justify-content: center;
  text-align: center;
  color: #5d5c5c;
  font-size: 14px;

  a {
    color: #5d5c5c;
  }

  .copyright {
    margin-left: 20px;
    margin-right: 20px;
  }
}