aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/home-page/home-page.component.css
blob: 5f6522549b7d78a2232b80c1f4254f7e4bc356d2 (plain) (blame)
1
2
3
4
5
6
7
:host {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}