Skip to content

Commit

Permalink
Improve fouc and fix logo height
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Apr 5, 2022
1 parent b150dc1 commit 2663750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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" height="41" src="./images/diffhtml-logo-fit.png"></a>
<a href="/"><img width="120" height="51" 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
2 changes: 1 addition & 1 deletion packages/diffhtml-website/public/styles/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import 'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/tomorrow-night.min.css';
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,bold';
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,bold&display=swap';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';

html, body {
Expand Down

0 comments on commit 2663750

Please sign in to comment.