Skip to content

Instantly share code, notes, and snippets.

@jtorreggiani
Last active March 1, 2019 22:19
Show Gist options
  • Save jtorreggiani/370043e308722eec4e8d0757b292eb2b to your computer and use it in GitHub Desktop.
Save jtorreggiani/370043e308722eec4e8d0757b292eb2b to your computer and use it in GitHub Desktop.
Super basic app styles
.App-nav {
display: flex;
flex-direction: row;
padding: 5px;
}
.App-nav > a {
flex: 1 1 auto;
text-align: center;
padding:0 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment