mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-13 00:09:00 +00:00
fix display bugs
This commit is contained in:
parent
ba6ad011a1
commit
c94a0e9a62
2 changed files with 88 additions and 38 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
.login-text{
|
||||
display: flex;
|
||||
padding: 8px 40px 40px 40px;
|
||||
padding: 40px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -99,7 +99,7 @@
|
|||
display: flex;
|
||||
padding: 8px 40px 40px 40px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 24px;
|
||||
}
|
||||
|
@ -162,8 +162,16 @@
|
|||
padding:3%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.input-fields {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
gap: 16px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue