Fix footer

8bb9ca805ab3aab824708508131d33084f7413dd
cloudhead committed ago 1 parent 0fa5df7c
style.css +1 -1
22 22
  float: right;
23 23
}
24 24
25 25
footer {
26 26
  text-align: right;
27 -
  position: absolute;
27 +
  position: fixed;
28 28
  bottom: 10px;
29 29
  right: 10px;
30 30
  font-size: 11px;
31 31
}
32 32