summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/home/ContentSection.module.scss
blob: d27a0ce097ca7d838c09c52b25537becfc5c2263 (plain)
1
2
3
4
5
6
7
8
9
10
11
@import 'src/style/_variables.scss';

.contentSection {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;

    h1 {
        margin-bottom: 30px;
    }
}