Frontend stuff for lain.church
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
170B

  1. .btncontainer {
  2. display: inline-block;
  3. text-align: center;
  4. color: white;
  5. max-width: 80px;
  6. min-width: 80px;
  7. }
  8. .btnimg {
  9. width: 64px;
  10. height: 64px;
  11. padding: 8px;
  12. }