Your problem probably lies elsewhere, but here’s how you target Firefox only:
@-moz-document url-prefix() {
a {
margin: 0;
}
}
Your problem probably lies elsewhere, but here’s how you target Firefox only:
@-moz-document url-prefix() {
a {
margin: 0;
}
}