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