From 8c19ae613441511a5b1e03a50ae098da97e2af68 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 20 Nov 2018 20:11:21 +0000 Subject: [PATCH] Contact email --- passmate.css | 2 +- passmate.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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) {