Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion theme/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</svg>
</div>
<div class="home-link">
<a href="https://volta.sh"><img src="/assets/wordmark.jpg"></a>
<a href="https://volta.sh"><img src="/assets/wordmark.png"></a>
</div>
{% include sitenav.html id="desktop-site-nav" %}
</nav>
Expand Down
3 changes: 2 additions & 1 deletion theme/_sass/volta/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ header {

.home-link {
img {
width: 72px;
height: 32px;
}
}
Expand Down Expand Up @@ -156,7 +157,7 @@ main.home {
h1 {
padding: 0.5em 0 0 0;
background-position: top center;
background-image: url('/assets/wordmark.jpg');
background-image: url('/assets/wordmark.png');
background-repeat: no-repeat;
background-size: 338px 150px;
width: 338px;
Expand Down
Binary file added theme/assets/wordmark-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed theme/assets/wordmark.jpg
Binary file not shown.
Binary file added theme/assets/wordmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.