diff --git a/src/layouts/index.html b/src/layouts/index.html index b2a3dcc..b6f3ef8 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -79,7 +79,9 @@ padding-top: 16vw; padding-bottom: 16vw; } - + .email{ + height: 50px !important; + } } @media only screen and (min-width: 768px) { diff --git a/src/layouts/partials/mobile-ctas.html b/src/layouts/partials/mobile-ctas.html index c767497..35b4dc7 100644 --- a/src/layouts/partials/mobile-ctas.html +++ b/src/layouts/partials/mobile-ctas.html @@ -11,11 +11,12 @@
+

Enter your email to join our newsletter:

-
- +
+ +
-
@@ -27,18 +28,29 @@ display:none; } + .form-container{ + border: 1px solid #949494; + border-radius: 5px !important; + height: 50px; + } + #email{ width:100%; - height: 60px; + height: 100% !important; background-color: #1a1a1a; - border: 1.5px solid #949494; + border:none !important; color: white; font-family: "inter", sans-serif; - text-transform: uppercase; - border-radius: 0px !important; + border-radius: 5px; } #email-btn{ - text-transform: uppercase; + text-transform: uppercase !important; + } + .email-send{ + text-transform: uppercase !important; + width:20% !important; + border-radius: 3px; + height: 100% !important; } @@ -87,7 +99,9 @@ }) .catch(error => { formResponse.innerHTML = - '

An error occurred. Please try again later.

'; + `
+ An error occurred. Please try again later. +
`; }); });