main.css 542 B

12345678910111213141516171819202122
  1. @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap');
  2. h1, h2, h3, h4, h5, h6, p, small, .btn-event, .btn-contact, .formation-btn, td, .button-faq, li, .btn-school, .btn-artist, .btn-manager, .name, .school, .view-button,
  3. .presentation-title, .subtitle
  4. .status {
  5. font-family: "Barlow";
  6. font-style: normal;
  7. }
  8. .table-row {
  9. background-color: white;
  10. text-align: center;
  11. height: 3rem;
  12. }
  13. .table-data-left {
  14. text-align: left;
  15. }
  16. .row-custom{
  17. width: 90%;
  18. margin-right: auto;
  19. margin-left: auto;
  20. }