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 - +