diff --git a/public/output.css b/public/output.css index 1384cb9..83e801e 100644 --- a/public/output.css +++ b/public/output.css @@ -772,6 +772,16 @@ select { margin-bottom: 1rem; } +.my-10 { + margin-top: 2.5rem; + margin-bottom: 2.5rem; +} + +.my-6 { + margin-top: 1.5rem; + margin-bottom: 1.5rem; +} + .ml-10 { margin-left: 2.5rem; } @@ -828,6 +838,10 @@ select { margin-top: 1rem; } +.mt-6 { + margin-top: 1.5rem; +} + .block { display: block; } @@ -952,6 +966,10 @@ select { flex: 1 1 0%; } +.flex-auto { + flex: 1 1 auto; +} + .flex-shrink-0 { flex-shrink: 0; } @@ -1670,6 +1688,14 @@ select { height: 2.5rem; } + .sm\:w-full { + width: 100%; + } + + .sm\:w-auto { + width: auto; + } + .sm\:max-w-xl { max-width: 36rem; } @@ -1745,6 +1771,14 @@ select { display: block; } + .md\:inline-block { + display: inline-block; + } + + .md\:flex { + display: flex; + } + .md\:hidden { display: none; } @@ -1753,6 +1787,14 @@ select { width: auto; } + .md\:flex-auto { + flex: 1 1 auto; + } + + .md\:flex-1 { + flex: 1 1 0%; + } + .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2rem * var(--tw-space-x-reverse)); diff --git a/src/pages/newsletter/Newsletter.js b/src/pages/newsletter/Newsletter.js index 2841923..697ad0f 100644 --- a/src/pages/newsletter/Newsletter.js +++ b/src/pages/newsletter/Newsletter.js @@ -35,49 +35,48 @@ export default function Newsletter() { {success === "" ? (
-
- +
+ +
+
+

+ Get ready for the personal files wallet on the blockchain +

- -

- Get ready for the personal files wallet on the blockchain -

Store your personal photos - videos - documents - files on the blockchain

-

+

Join the waitlist

-
-
- -
- - -
- + +
+
+ +
- -
- +
+ +
+
{error ?
{error}
: '' }