Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created October 23, 2012 17:26
Show Gist options
  • Select an option

  • Save andershaig/3940205 to your computer and use it in GitHub Desktop.

Select an option

Save andershaig/3940205 to your computer and use it in GitHub Desktop.
Boilerplate Header
#header-logo {
margin: 30px 0;
}
#header-logo img {
display: block;
margin: 0 auto;
}
<div class="row">
<div class="span12">
<div id="header-logo">
{% image header_banner %}
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment