Use svg for Hydra logo on front page

This commit is contained in:
Niko Strijbol 2016-11-02 15:27:01 +01:00
parent b256efd86c
commit a52735c015
4 changed files with 10 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -7,6 +7,10 @@ a.box {
#homepage {
.box {
border-radius: 0;
img {
width: 100%;
}
}
}

View file

@ -38,7 +38,7 @@
</div>
<div class="tile is-parent is-2">
<a class="tile is-child imgcenter box hydra-tile" href="/projects/#hydra">
<%= asset :img, 'hydra-logo.png' %>
<%= asset :img, 'hydra-logo.svg' %>
</a>
</div>
</div>