aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Index.css
blob: c134449b4caf9336c679c07f121c178b5b9b8816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.Message {
    margin-top: 24px;
    font-size: 1.4em;
}

@media screen and (max-width: 600px) {
    .Message {
        display: none;
    }
}

.Section .Title {
    text-align: center;
    font-size: 1.6em;
    flex-basis: 100%;
    margin-top: 48px;
}

@media screen and (max-width: 600px) {
    .Section .Title {
        margin-top: 12px;
    }    
}

.Cards {
    display: flex;
    justify-content: center;
}