Skip to content

Instantly share code, notes, and snippets.

@remy

remy/Header.js Secret

Created November 5, 2018 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remy/8eedb66da578f1c0d1650ee90d843fbf to your computer and use it in GitHub Desktop.
Save remy/8eedb66da578f1c0d1650ee90d843fbf to your computer and use it in GitHub Desktop.
Styles for the Header.js component
<style jsx>{`
ul {
display: flex;
}
.user {
flex-grow: 1;
text-align: right;
}
.avatar {
object-fit: contain;
width: 29px;
height: 29px;
display: block;
margin-left: auto;
border-radius: 9999px;
}
`}</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment