Skip to content

Instantly share code, notes, and snippets.

View folkhack's full-sized avatar

John Parks folkhack

View GitHub Profile
// Centered navigation bar image
.brand {
display: block;
float: none;
left: 50%;
margin: 0;
margin-left: -107px !important;
position: absolute;
img { margin-top: 7px; }