fix hat
This commit is contained in:
parent
1fd241329b
commit
398d723694
4 changed files with 7 additions and 6 deletions
2
.bundle/config
Normal file
2
.bundle/config
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
BUNDLE_WITH: "production"
|
BIN
content/assets/images/pusheen.png
Normal file
BIN
content/assets/images/pusheen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 621 KiB |
|
@ -10,11 +10,10 @@
|
||||||
|
|
||||||
#santa {
|
#santa {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 500;
|
z-index: 300;
|
||||||
left: 27px;
|
left: 5px;
|
||||||
top: -1px;
|
top: 10px;
|
||||||
width: 40px;
|
width: 60px;
|
||||||
transform: scale(-1, 1);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class="logo-wrapper column is-narrow is-hidden-mobile">
|
<div class="logo-wrapper column is-narrow is-hidden-mobile">
|
||||||
<a id="logo-link" href="/">
|
<a id="logo-link" href="/">
|
||||||
<% if christmastime? %>
|
<% 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 %>
|
<% end %>
|
||||||
<img id="logo" src="<%= zeus_logo_url color: @zeus_logo_color %>" alt="" />
|
<img id="logo" src="<%= zeus_logo_url color: @zeus_logo_color %>" alt="" />
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue