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