aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/less/components/header.less
blob: adce51af9733ae36173bf3339d255f9530a27b15 (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 @mq-md {
        max-width: 400px;
        margin-right: (@spacing-base * 2);
        padding-bottom: (@spacing-base * 2);
        text-align: left;
    }
}