style.css 419 B

123456789101112131415161718192021222324252627282930313233343536
  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. }
  24. .post-date {
  25. display: block;
  26. margin-top: -.5rem;
  27. margin-bottom: 1rem;
  28. color: #767676;
  29. }