aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
blob: 0f57d9d0121d46c7aa99da2acadfe808e6cba4b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.App {
    text-align: center;
}

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