Skip to content

Instantly share code, notes, and snippets.

@sajhd
Last active November 26, 2020 16:27
Show Gist options
  • Select an option

  • Save sajhd/7ea5ea1ce99546b72a90a9c58b2118ff to your computer and use it in GitHub Desktop.

Select an option

Save sajhd/7ea5ea1ce99546b72a90a9c58b2118ff to your computer and use it in GitHub Desktop.
When flexbox centering is not picked up in IE
.container {
margin: 0 auto;
left: 0;
right: 0;
width: 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment