Contact email
This commit is contained in:
@@ -55,7 +55,6 @@ h2 {
|
|||||||
font-family: 'proxima-nova';
|
font-family: 'proxima-nova';
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-block-start: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**********
|
/**********
|
||||||
@@ -78,6 +77,7 @@ overview > owner {
|
|||||||
|
|
||||||
overview > recovery {
|
overview > recovery {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**********
|
/**********
|
||||||
|
|||||||
@@ -71,6 +71,9 @@ class PassMate {
|
|||||||
this.recoveryIn.addEventListener('input', () => {
|
this.recoveryIn.addEventListener('input', () => {
|
||||||
this.onRecoveryChange();
|
this.onRecoveryChange();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.addElement('h2', overview, 'Questions? Suggestions?');
|
||||||
|
this.addElement('blurb', overview, 'Contact ian@passmate.io');
|
||||||
}
|
}
|
||||||
|
|
||||||
addPages(container, numPages) {
|
addPages(container, numPages) {
|
||||||
|
|||||||
Reference in New Issue
Block a user