Fix logo resolution

This commit is contained in:
Jonathan Cremin 2019-01-14 22:06:27 +00:00
parent 76d2c9378a
commit 1a9f510472
18 changed files with 19 additions and 19 deletions

View file

@ -13,7 +13,7 @@
<body>
<section class="container header clearfix">
<div class="logo">
<a href="/"><img src="/images/logo-dark-r.png" height="22" width="26" alt=""></a>
<a href="/"><img src="/images/logo-dark.png" height="22" width="26" alt=""></a>
</div>
</section>