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

#box {
    display: flex;
    width: 800px;
    flex-direction: column;
    gap: 10px;
}