Skip to content
Snippets Groups Projects
landing.scss 365 B
Newer Older
@use 'styles/mixins.scss'as mx;
@use 'styles/settings.scss'as s;

.landing-page {
    width: 100%;
    overflow: hidden;

    section:not(:first-child) {
        margin: 80px auto;

        @include mx.breakpoint(large) {
            margin: 180px auto;
        }
    }

    .heading-lead {
        font-size: 20px;
        font-weight: s.$weight-semi-bold;
    }