Skip to content

Instantly share code, notes, and snippets.

@gallirohik
Created January 30, 2019 13:08
Show Gist options
  • Save gallirohik/1f97c33646ba7b9f56e4095ab73cffef to your computer and use it in GitHub Desktop.
Save gallirohik/1f97c33646ba7b9f56e4095ab73cffef to your computer and use it in GitHub Desktop.
Dashboard project
.main-container {
display: flex;
}
.main-container > .data-grid {
flex: 1;
}
.main-container > .data-chart {
flex: 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment