Skip to content

Instantly share code, notes, and snippets.

@sloyless
Created October 18, 2017 21:51
Show Gist options
  • Save sloyless/2c31b79f8bd62191acffb676b1d81203 to your computer and use it in GitHub Desktop.
Save sloyless/2c31b79f8bd62191acffb676b1d81203 to your computer and use it in GitHub Desktop.
Firefox Weird Margin Issues
// This is to accommodate weird spacing issues in Firefox only.
@-moz-document url-prefix() {
margin-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment