style.css 184 B

12345678910
  1. @media all and (max-width: 525px) {
  2. .hero-table {
  3. width: 100%!important;
  4. max-width: 100%!important;
  5. }
  6. .hero-table-right {
  7. margin-top: 20px;
  8. }
  9. }