mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 01:08:47 +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;
|
gap: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-fields {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Desktop view*/
|
/* Desktop view*/
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
.login-display{
|
.login-display{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue