aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/sass/components/header.scss
blob: eab2214e5dbee70f9fe854796e53ac6829985d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==========================================================================
// Header
// ==========================================================================

header {
    padding-bottom: $spacing-base;
    text-align: center;

    .call-to-action {
        margin-top: ($spacing-base * 1.5);
    }

    @media only screen and (min-width: $screen-md) {
        margin-right: ($spacing-base * 3);
        max-width: 360px;
        padding-bottom: ($spacing-base * 2);
        text-align: left;
    }
}