diff --git a/frontend2.html b/frontend2.html index 232dfef..5dab9d8 100644 --- a/frontend2.html +++ b/frontend2.html @@ -45,6 +45,7 @@ .email-list-item { padding-left: 0; + padding-bottom: 0; } .copy-button { @@ -78,8 +79,8 @@ } footer { - padding-top: 3rem; - background-color: #dee2e6; + padding-top: 1rem; + background-color: #eeeeee; } .open-collapse-button { @@ -113,7 +114,6 @@ } .email-body { - padding-left: 3rem; } .alert-fixed { @@ -136,7 +136,12 @@
 
@@ -161,8 +166,8 @@
@@ -171,7 +176,13 @@
- Choose a new address: +

+ +

+ + or create your own address:
@@ -179,7 +190,7 @@ placeholder="address" value="user123">
-
+
@@ -196,11 +207,7 @@
-
- Or geneate a random email address: - +
@@ -208,9 +215,9 @@
-

+ + This is a disposable mailbox service. Whoever knows your username, can read your emails. + Emails will be deleted after 30 days. + -

+
-

This keeps your main mailbox clean from spam.

+

This disposable mailbox keeps your main mailbox clean from spam.

Just choose an address and use it on websites you don't trust and don't @@ -403,11 +415,12 @@

- - Powered by synox/disposable-mailbox - | Contribute to the development on - Github. +

+ Powered by + synox/disposable-mailbox + +

@@ -439,9 +452,9 @@ .attr('title', 'Copy to clipboard') .tooltip('_fixTitle'); e.clearSelection(); - }) - + }); + \ No newline at end of file