Frontend stuff for lain.church
25개 이상의 토픽을 선택하실 수 없습니다. 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. }