Skip to content

Instantly share code, notes, and snippets.

@clintonyeb
Created May 17, 2020 21:04
Show Gist options
  • Save clintonyeb/fe870c37d20b8c21d723d2963a529303 to your computer and use it in GitHub Desktop.
Save clintonyeb/fe870c37d20b8c21d723d2963a529303 to your computer and use it in GitHub Desktop.
.dashboard-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
}
.dashboard-column {
display: flex;
flex-direction: column;
& > * {
margin: 20px;
}
}
.select {
width: 150px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment