mirror of
https://github.com/JonasunderscoreJones/dash.jonasjones.dev.git
synced 2025-10-22 21:29:19 +02:00
fixed login and signup margins
This commit is contained in:
parent
9877879ba6
commit
53eeebaf0a
2 changed files with 6 additions and 8 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue