fastruby/points

View on GitHub
app/assets/stylesheets/4-molecules/_header.scss

Summary

Maintainability
Test Coverage
/* Header */
header{
    nav{
        text-align: right;
        ul{
            margin: 7.5px -15px;
        }
    }
    #logo {
        float: left;
        margin: 17.5px -15px;
        font-size: 2em;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.1;
        &:hover {
            color: #fff;
            text-decoration: none;
        }
    }
}