Use svg for Hydra logo on front page
This commit is contained in:
parent
b256efd86c
commit
a52735c015
4 changed files with 10 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
5
content/assets/images/hydra-logo.svg
Normal file
5
content/assets/images/hydra-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9.3 KiB |
|
@ -7,6 +7,10 @@ a.box {
|
|||
#homepage {
|
||||
.box {
|
||||
border-radius: 0;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue