Skip to content

Instantly share code, notes, and snippets.

@yusinto
Created July 16, 2018 10:22
Show Gist options
  • Save yusinto/9a04ad983ff2b03a140683d45ef9405b to your computer and use it in GitHub Desktop.
Save yusinto/9a04ad983ff2b03a140683d45ef9405b to your computer and use it in GitHub Desktop.
React site nav content group styles
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
display: flex;
justify-content: center;
align-items: center;
height: 60px;
}
li:hover {
opacity: 0.7;
}
li > span {
flex: 0 0 100px;
text-align: left;
margin-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment