~starkingdoms/starkingdoms

ref: 70f733c52cd18bc7b3ed332a4998ff7b87eb50bf starkingdoms/starkingdoms-client/src/css/footer.css -rw-r--r-- 323 bytes
70f733c5TerraMaster85 Thought I fixed the footer. Done anyway 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: 2rem;
  position: absolute;
  bottom: .5em;
  left: 1em;
}
.footer-right {
  font-size: 0.75rem;
  line-height: 2rem;
  position: absolute;
  bottom: .5em;
  right: 1em;
}
.footer-icon {
  vertical-align: middle;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}