Skip to content

Commit

Permalink
Add a height to images and use a better fit logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Apr 5, 2022
1 parent ee3f9bf commit b150dc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/diffhtml-website/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = ({ path, page, pages, content }) => html`
<div class="open-menu"></div>
<header>
<h1>
<a href="/"><img width="120" src="./images/diffhtml-logo.png"></a>
<a href="/"><img width="120" height="41" src="./images/diffhtml-logo-fit.png"></a>
<div>
<p class="name">diffHTML</p><sub>v${version}</sub>
<p>An easy-to-use Virtual DOM built for the web!</p>
Expand Down
4 changes: 2 additions & 2 deletions packages/diffhtml-website/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ side applications and tools like webpack, browserify, and rollup.

<div id="install"></div>

* <svg viewBox="0 0 18 7" width="40" style="position: relative; top: 2px;">
* <svg viewBox="0 0 18 7" width="40" height="15" style="position: relative; top: 2px;">
<path fill="#CB3837" d="M0,0v6h5v1h4v-1h9v-6"></path>
<path fill="#FFF" d="M1,1v4h2v-3h1v3h1v-4h1v5h2v-4h1v2h-1v1h2v-4h1v4h2v-3h1v3h1v-3h1v3h1v-4"></path>
</svg>
Expand All @@ -46,7 +46,7 @@ side applications and tools like webpack, browserify, and rollup.
npm install --save diffhtml
```

* <img width="60" src="images/yarn-logo.svg">
* <img width="60" height="27" src="images/yarn-logo.svg">

``` sh
yarn add diffhtml
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b150dc1

Please sign in to comment.