diff --git a/passmate.css b/passmate.css index d3c5ee3..2147e90 100644 --- a/passmate.css +++ b/passmate.css @@ -55,7 +55,6 @@ h2 { font-family: 'proxima-nova'; font-weight: 600; align-self: center; - margin-block-start: 0.5em; } /********** @@ -78,6 +77,7 @@ overview > owner { overview > recovery { margin-top: 0; + margin-bottom: 1em; } /********** diff --git a/passmate.js b/passmate.js index ad800d1..3fdc242 100644 --- a/passmate.js +++ b/passmate.js @@ -71,6 +71,9 @@ class PassMate { this.recoveryIn.addEventListener('input', () => { this.onRecoveryChange(); }); + + this.addElement('h2', overview, 'Questions? Suggestions?'); + this.addElement('blurb', overview, 'Contact ian@passmate.io'); } addPages(container, numPages) {