aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
blob: 78106d4b2f114de85431338ced06fd987d2924d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.App {
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

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