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

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

    h1 {
        margin-bottom: 30px;
    }
}