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;
flex-wrap: wrap;
justify-content: center;
position: fixed;
top: 50px;
left: 0;
position: relative;
align-items: center;
height: 100vh;
height: 80vh;
width: 100vw;
margin-top: 25px;
}
.login-prompt {

View file

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