Skip to content

Commit

Permalink
Merge pull request rhazdon#51 from rinon/fix_container_flex_ie
Browse files Browse the repository at this point in the history
Set container flex-basis to auto
  • Loading branch information
Djordje Atlialp committed Oct 17, 2019
2 parents 4492a5c + bcf6253 commit b90c66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_main.scss
Expand Up @@ -222,7 +222,7 @@ ol ol {
}

.container {
flex: 1;
flex: 1 auto;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down

0 comments on commit b90c66b

Please sign in to comment.