module.css 171 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#download {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

#top {
  text-align: right;
  padding: 5px;
}

#follow {
  position: fixed;
  top: 100px;
  right: 40px;
}