Skip to content

Commit 5f3872b

Browse files
committed
Merge pull request #521 from nodejs/new-logo
Use new logo on website.
2 parents 547c2aa + d729608 commit 5f3872b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

layouts/css/page-modules/_header.styl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@ header
7070

7171
img
7272
display block
73-
margin .5em auto 1em auto
73+
margin .5em auto 0 auto
7474
border none
75+
max-height 75px
76+
max-width 180px

layouts/partials/header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33

44
<a href="/{{site.locale}}" id="logo">
5-
<img src="/static/images/logo.svg" height="75" width="180" alt="node.js">
5+
<img src="/static/images/logos/nodejs-new-white-pantone.png" alt="node.js">
66
</a>
77
<nav>
88
<ul class="list-divider-pipe">
62.2 KB
Loading

0 commit comments

Comments
 (0)