summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/_header.scss
blob: 7998bb54cbc5c7e5dfda24403bddea0d5dfd5d95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#header {
    width: 100%;
    font-size: 110%;
    font-weight: 600;

    #logo {
        position: relative;
        width: 479px;
        text-align: center;
        p {
            margin-top: 0;
        }
    }

    #banner-pos-1 {
        position: absolute;
        top: 1.5em;
        right: 0;
    }
}