Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nathan815
Created February 10, 2017 23:04
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 nathan815/303260cd34144d8e84f04e4632dfef2e to your computer and use it in GitHub Desktop.
Save nathan815/303260cd34144d8e84f04e4632dfef2e to your computer and use it in GitHub Desktop.
Fix GitHub header bar
.header-logo-invertocat {
float: left;
margin-right: 10px;
margin-left: -2px;
color: #555;
white-space: nowrap;
}
.header-search {
float: left;
width: 300px;
margin-right: 10px;
background: white;
}
.header-nav-link {
display: block;
padding: 5px 8px;
font-weight: 600;
line-height: 20px;
color: #555;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment