Skip to content

Instantly share code, notes, and snippets.

@Wolwer1nE
Last active December 6, 2019 13:13
Show Gist options
  • Save Wolwer1nE/2e83b819f2d4cc73d706503a25a63a12 to your computer and use it in GitHub Desktop.
Save Wolwer1nE/2e83b819f2d4cc73d706503a25a63a12 to your computer and use it in GitHub Desktop.
.wrapper {
margin: 15px;
}
.row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.column {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment