This commit is contained in:
Eloïse Piret 2017-12-11 19:02:49 +01:00
parent 1fd241329b
commit 398d723694
4 changed files with 7 additions and 6 deletions

2
.bundle/config Normal file
View file

@ -0,0 +1,2 @@
---
BUNDLE_WITH: "production"

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 KiB

View file

@ -10,11 +10,10 @@
#santa {
position: absolute;
z-index: 500;
left: 27px;
top: -1px;
width: 40px;
transform: scale(-1, 1);
z-index: 300;
left: 5px;
top: 10px;
width: 60px;
}
}

View file

@ -3,7 +3,7 @@
<div class="logo-wrapper column is-narrow is-hidden-mobile">
<a id="logo-link" href="/">
<% if christmastime? %>
<img id="santa" src="https://upload.wikimedia.org/wikipedia/commons/c/c0/Santa_hat.svg">
<img id="santa" src="/assets/images/pusheen.png">
<% end %>
<img id="logo" src="<%= zeus_logo_url color: @zeus_logo_color %>" alt="" />
</a>