mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
add space between mobile input fields
This commit is contained in:
parent
c94a0e9a62
commit
032806a5a9
1 changed files with 8 additions and 0 deletions
|
@ -104,6 +104,14 @@
|
|||
gap: 24px;
|
||||
}
|
||||
|
||||
.input-fields {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
/* Desktop view*/
|
||||
@media only screen and (min-width: 768px) {
|
||||
.login-display{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue