summaryrefslogtreecommitdiff
path: root/site/src/pages/index.module.css
blob: 3838b4f50defbf789eb943c61d6da954fbaa75ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.heroBanner {
    padding: 4rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 996px) {
    .heroBanner {
        padding: 2rem;
    }
}

.logo {
    margin: 0 0 var(--ifm-paragraph-margin-bottom);
}

.buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}