Producer: fix footer address
Sally
css
3 years ago
202 B
10
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...