aboutsummaryrefslogtreecommitdiff
path: root/src/SignUp.css
blob: 602ed0a7e26464c567e2f592653de59b9034f650 (about) (plain)
1
2
3
4
5
6
7
8
9
10
.SignUpForm {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.error {
    margin: 0;
    color: red;
}