Skip to content

Commit

Permalink
update contact us margin volny#4
Browse files Browse the repository at this point in the history
  • Loading branch information
chunjy92 committed Feb 9, 2017
1 parent 71ab72b commit 9b819e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ <h2 class="section-heading">Contact Us!</h2>
<hr class="primary">
<p>Send us an email if you have any questions!</p>
</div>
<div class="col-lg-2 col-md-2 text-center">
<div class="col-lg-2 col-lg-push-3 text-center">
<a href="mailto:{{ site.email }}">
<i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.email }}</p>
</a>
</div>
<div class="col-lg-2 col-md-2 text-center">
<div class="col-lg-2 col-lg-pull-3 text-center">
<a href="https://github.com/{{ site.github_username }}">
<i class="fa fa-github fa-3x wow bounceIn" data-wow-delay=".1s"></i>
<p>{{ site.github_username }}</p>
Expand Down

0 comments on commit 9b819e8

Please sign in to comment.