style.css 322 B

1234567891011121314151617181920212223242526272829
  1. .api h2 {
  2. margin-top: 4rem !important;
  3. margin-bottom: 2rem;
  4. }
  5. .extensions h3 {
  6. margin-bottom: 2rem;
  7. }
  8. .donate img {
  9. max-height: 200px;
  10. }
  11. .donate td {
  12. text-align: center;
  13. }
  14. .donate .paypal {
  15. margin-top: 70px;
  16. display: block;
  17. }
  18. .donate svg {
  19. width: 96px;
  20. }
  21. .donate .btn-primary {
  22. margin-top: 75px;
  23. }