~starkingdoms/starkingdoms

ref: 7a460d3cb9e24fdecd3c4ca8f79758071b1c6afc starkingdoms/starkingdoms-client/src/css/footer.css -rw-r--r-- 321 bytes
7a460d3c — core remove old builder dockerfile, move new ones into folder 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.footer-left {
  font-size: 0.75rem;
  line-height: 1rem;
  position: absolute;
  bottom: 1em;
  left: 1em;
}
.footer-right {
  font-size: 0.75rem;
  line-height: 1rem;
  position: absolute;
  bottom: 1vh;
  right: 1vw;
}
.footer-icon {
  vertical-align: middle;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}