1
Fork 0

Remove contact footer link

This commit is contained in:
Jake Howard 2016-04-08 21:34:41 +01:00
parent 1a7248a2fb
commit 952bbb7e8a
2 changed files with 2 additions and 3 deletions

View file

@ -93,7 +93,7 @@ footer {
color: inherit; color: inherit;
} }
} }
.triple { .bar-links {
margin: 0 7px; margin: 0 7px;
} }
.powered-by { .powered-by {

View file

@ -30,9 +30,8 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<p class="triple"> <p class="bar-links">
<a href="/about/">About</a> | <a href="/about/">About</a> |
<a href="">Contact</a>
<a href="{{ links.github }}/theorangeone.net" target="_blank">View Source</a> <a href="{{ links.github }}/theorangeone.net" target="_blank">View Source</a>
<p> <p>
</div> </div>