fixed login and signup margins

This commit is contained in:
Jonas_Jones 2025-03-07 22:26:28 +01:00
parent 9877879ba6
commit 53eeebaf0a
2 changed files with 6 additions and 8 deletions

View file

@ -81,12 +81,11 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: center;
position: fixed; position: relative;
top: 50px;
left: 0;
align-items: center; align-items: center;
height: 100vh; height: 80vh;
width: 100vw; width: 100vw;
margin-top: 25px;
} }
.login-prompt { .login-prompt {

View file

@ -86,12 +86,11 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: center;
position: fixed; position: relative;
top: 50px;
left: 0;
align-items: center; align-items: center;
height: 100vh; height: 80vh;
width: 100vw; width: 100vw;
margin-top: 25px;
} }
.login-prompt { .login-prompt {