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

_footer.scss « pages « scss « static - github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be1c939b725bd74ac356359555a55ff6288d1c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Footer
*/
.footer {
  position: relative;
  width: 100%;
  left: 0; bottom: 0;
  margin-top: 20vh;
}
.copyright-wrap {
  text-align: center;
  border-top: $theme-color-gray-light 1px solid;
}
.copyright {
  padding: 2.5vh 0;
  font-size: 1vmin;
  color: $theme-color-gray;
  a { color: $theme-color-gray ;}
}