Skip to content

Instantly share code, notes, and snippets.

@joshuarule
Created January 29, 2016 22:12
Show Gist options
  • Save joshuarule/bc311dcc25b4fc481a26 to your computer and use it in GitHub Desktop.
Save joshuarule/bc311dcc25b4fc481a26 to your computer and use it in GitHub Desktop.
edits for app
body,
html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
}
.header {
width: 100%;
}
.flex-container {
flex: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment