Skip to content

Instantly share code, notes, and snippets.

@remy

remy/Header.js Secret

Created November 5, 2018 23:47
Embed
What would you like to do?
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