aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/wwwroot/styles/page-specific/login.css
blob: cefc766255a5d8b7e30fa734c072385ab1e376c5 (plain) (blame)
1
2
3
4
5
6
#login-form fieldset {
    max-width: 23vw;
    display: flex;
    flex-direction: column;
    gap: 5px;
}