Skip to content

Commit

Permalink
Merge branch 'heading-fix' of ../testjkrb into heading-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hnarayanan committed Oct 31, 2014
2 parents 2cb7857 + 0636c5d commit f7eb839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endif %}

<div class="post-header mb2">
<h1 class="py2">{{ page.title }}</h1>
<h1>{{ page.title }}</h1>
<span class="post-meta">{{ page.date | date: "%b %-d, %Y" }}</span><br>
{% if page.update_date %}
<span class="post-meta">Updated: {{ page.update_date | date: "%b %-d, %Y" }}</span><br>
Expand Down
2 changes: 1 addition & 1 deletion _sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ h6,
font-family: "Lato", 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 900;
line-height: 1.2;
margin: 1.414em 0 0.5em;
margin: 1em 0 0.5em;
}

.social-icons {
Expand Down

0 comments on commit f7eb839

Please sign in to comment.