Producer: fix footer address

 avatar
Sally
css
2 years ago
202 B
2
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*/