usage vid update, visual tweaks

This commit is contained in:
dmc
2024-02-14 14:43:36 +01:00
parent 899423e328
commit 8da7752476
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -193,7 +193,7 @@
developer-tooling { developer-tooling {
position: relative; position: relative;
top: 96px top: 92px
} }
a:visited, a:visited,

View File

@@ -16,8 +16,8 @@ customElements.define('developer-tooling', class extends HTMLElement {
<div> <div>
<style> <style>
:host > div { :host > div {
padding-bottom: 4rem;
font-size: .9em; font-size: .9em;
margin-left: -4px; /* scrollbar offset compensate */
} }
#add-key-input { #add-key-input {

View File

@@ -37,7 +37,7 @@ customElements.define('pear-welcome', class extends HTMLElement {
<p> Pear provides the <code>pear</code> Command-line Interface as the primary interface for developing, sharing & maintaining unstoppable peer-to-peer applications and systems. </p> <p> Pear provides the <code>pear</code> Command-line Interface as the primary interface for developing, sharing & maintaining unstoppable peer-to-peer applications and systems. </p>
<p> To get started, open a terminal, type <code>pear</code> and hit return. </p> <p> To get started, open a terminal, type <code>pear</code> and hit return. </p>
</div> </div>
<video width="420" height="390" autoplay muted style="background:#000"> <video width="380" height="390" autoplay muted style="background:#000">
<source src="./assets/usage.mp4" type="video/mp4"> <source src="./assets/usage.mp4" type="video/mp4">
</video> </video>
` `