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: 9ac7e5c01dbf021e5042fcc7747b98e15b64b88a (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;

  a {
    color: #5D5C5C;
  }

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