aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/home/home.component.css
blob: 22137c247367cba1a17ab56a15b1e569b0fa0125 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.logo {
    margin: 0 !important;
}

#title {
    color: var(--offwhite);
}

h1 {
    font-size: 64px !important;
    font-weight: 900 !important;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.card {
    margin: 2.5rem !important;
    padding: 3rem;
    width: 26rem !important;
}