Fix head-wrap position

This commit is contained in:
Michael Rose
2013-06-21 10:01:44 -04:00
parent e28742f5b7
commit 5aa9fc444a
6 changed files with 27 additions and 4 deletions

View File

@ -16,7 +16,7 @@
<div class="image-wrap">
<div class="headline-wrap">
<h1>{{ page.title }}</h1>
{% if page.tagline %}<h2>{{ page.tagline }}</h2>{% endif %}
{% if page.tagline %}<h2 class="hidden-phone">{{ page.tagline }}</h2>{% endif %}
</div><!--/ .headline-wrap -->
<img src="{{ site.url }}/images/{{ page.image.feature }}" alt="{{ page.title }} feature image">
</div><!-- /.image-wrap -->