forked from andyburke/autonomous.contact
fix: login/signup wall styling
This commit is contained in:
parent
cbd58071b8
commit
376b7fdc24
2 changed files with 7 additions and 1 deletions
|
|
@ -30,9 +30,14 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-tab,
|
||||||
|
#signup-tab {
|
||||||
|
min-height: 22rem;
|
||||||
|
}
|
||||||
|
|
||||||
#signup-login-wall form {
|
#signup-login-wall form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem 1.5rem 0 1.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
min-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs::before,
|
.tabs::before,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue