aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/dashboard/dashboard.component.css
blob: 78a69ba8113013b55a9a06b21e68a762d0833513 (plain) (blame)
1
2
3
4
5
6
7
:host {
    display: flex;
    flex-direction: column;
    width: 1000px;
    align-self: center;
    gap: 20px
}