diff --git a/assets/css/app.css b/assets/css/app.css
index c32ee07..e488f02 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -99,7 +99,20 @@
background: none !important;
}
-@media screen and (max-width: 800px) {
+html {
+ height: 100%;
+}
+
+@media screen and (min-width: 1025px) {
+ .centered-container {
+ margin-top: 0px;
+ position: absolute;
+ top: 50%;
+ transform: translate(0, -50%);
+ }
+}
+
+@media screen and (max-width: 1024px) {
.logo {
display: block;
margin-left: auto;
diff --git a/assets/js/pages/JustPage.tsx b/assets/js/pages/JustPage.tsx
index 3208b4c..02d8dbb 100644
--- a/assets/js/pages/JustPage.tsx
+++ b/assets/js/pages/JustPage.tsx
@@ -182,13 +182,13 @@ const JustPage = (props: JustPageProps) => {
Create a secret
-
+
diff --git a/assets/js/pages/SplashPage.tsx b/assets/js/pages/SplashPage.tsx
index d06f8e1..6c1d674 100644
--- a/assets/js/pages/SplashPage.tsx
+++ b/assets/js/pages/SplashPage.tsx
@@ -40,12 +40,17 @@ const SplashPage = (props: SplashPageProps) => {
- Securely Share Your Secrets
+
+ Securely Share Your Secrets
+
- With Intended Link you can easily share messages and files
- securely and secretly.
+ With Intended Link, you can send messages and files to any social
+ account in a secure and private manner.
diff --git a/lib/entendu_web/templates/layout/app.html.eex b/lib/entendu_web/templates/layout/app.html.eex
index f7686ab..f750a2e 100644
--- a/lib/entendu_web/templates/layout/app.html.eex
+++ b/lib/entendu_web/templates/layout/app.html.eex
@@ -1,4 +1,4 @@
-
+
" class="logo" />
diff --git a/lib/entendu_web/templates/layout/root.html.leex b/lib/entendu_web/templates/layout/root.html.leex
index c9a6dc4..39cbcc0 100644
--- a/lib/entendu_web/templates/layout/root.html.leex
+++ b/lib/entendu_web/templates/layout/root.html.leex
@@ -9,7 +9,7 @@
"/>
-
+
<%= @inner_content %>