summaryrefslogblamecommitdiffstats
path: root/blog/_assets/stylesheets/_header.scss
blob: 7998bb54cbc5c7e5dfda24403bddea0d5dfd5d95 (plain) (tree)



















                           
#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;
    }
}