style.css 210 B

1234567891011
  1. .header-logo {
  2. text-align: center!important;
  3. }
  4. @media all and (max-width: 640) {
  5. .header-table td {
  6. width: 100%!important;
  7. }
  8. .header-logo {
  9. text-align: center!important;
  10. }
  11. }