main.css 648 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .hero {
  2. background-color: #455A64!important;
  3. text-align: center;
  4. }
  5. .hero-body {
  6. padding: 1.5rem;
  7. }
  8. .hero .hero-body .container .title,
  9. .hero .hero-body .container .subtitle {
  10. color: white;
  11. }
  12. tr {
  13. page-break-inside: avoid !important;
  14. }
  15. footer .title.is-3 {
  16. font-size: 1.5rem;
  17. letter-spacing: 0.05rem;
  18. margin-bottom: 1rem;
  19. }
  20. footer.footer {
  21. background-color: #ECEFF1;
  22. color: #37474F;
  23. padding: 1rem;
  24. }
  25. footer img {
  26. margin-bottom: -4px;
  27. }
  28. footer li {
  29. display: inline;
  30. margin: 0 1rem;
  31. }
  32. ul.contact-information {
  33. list-style: none;
  34. }
  35. ul.contact-information a {
  36. color: #37474F;
  37. }
  38. .svg-inline--fa {
  39. width: .875em;
  40. }