aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-page/need-page.component.css
blob: a3a401491579bd2b2f65579b5028512986cbaaa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
:host {
    display: flex;
    justify-content: center;
}

#box {
    display: flex;
    flex-direction: column;
    width: 1000px;
}