aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
blob: da16c9cea196d199330134adefc95b5231862899 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.App {
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.Section {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}