column.css 178 B

12345678
  1. .cx-newsletter-container .column {
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: center;
  5. align-items: center;
  6. gap: 0.5em;
  7. width: fit-content;
  8. }