Producer: fix footer address

Sally avatar
Sally
css
09/07/2022 11:28 PM
272 B
15
Indexable
/*START - fix footer address*/
footer p.grey-text {
  font-size: 0;

  &::before {
    content: '7 KENOSIA AVENUE\a DANBURY, CT 06810';
    font-size: 14px;
  }
}
/*START - fix footer address*/
Editor is loading...