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: e0410fb904c663fa86314fd6e13f4ef49135aebc (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: 8vh;
}
.copyright-wrap {
  text-align: center;
  border-top: $theme-color-gray-light 1px solid;
}
.copyright {
  padding: 2.5vh 0;
  font-size: .6rem;
  color: $theme-color-gray;
  a { color: $theme-color-gray ;}
}