diff --git a/demo/client/css/pathfinder.css b/demo/client/css/pathfinder.css index fe6f564e..279e36be 100644 --- a/demo/client/css/pathfinder.css +++ b/demo/client/css/pathfinder.css @@ -217,6 +217,10 @@ button > svg path { margin-right: -15px; } +#pf-masthead-logo { + width: 30vw; +} + .github-corner { display: block; position: absolute; diff --git a/demo/client/html/index.html.hbs b/demo/client/html/index.html.hbs index 74bf7af3..ad870752 100644 --- a/demo/client/html/index.html.hbs +++ b/demo/client/html/index.html.hbs @@ -8,15 +8,14 @@ {{>partials/navbar.html}}
-
-
-
-

Pathfinder

-

- A fast, high-quality, open source text and vector graphics renderer for - GPUs. -

-
+
+
+
+

Pathfinder

+

+ A fast, high-quality, open source text and vector graphics renderer for + GPUs. +

diff --git a/demo/client/html/mesh-debugger.html.hbs b/demo/client/html/mesh-debugger.html.hbs index 03a19e25..6784ca7e 100644 --- a/demo/client/html/mesh-debugger.html.hbs +++ b/demo/client/html/mesh-debugger.html.hbs @@ -43,6 +43,7 @@ + diff --git a/demo/client/html/partials/navbar.html.hbs b/demo/client/html/partials/navbar.html.hbs index 6b3d3386..0585d7cc 100644 --- a/demo/client/html/partials/navbar.html.hbs +++ b/demo/client/html/partials/navbar.html.hbs @@ -1,5 +1,8 @@