//header styles header {
overflow: auto; background-color: white; .wrapper { margin: $center; padding: $base-spacing / 2 0; max-width: $content-width; } h1 { float: left; } a:active, a:hover { border-style: none; } aside { float: right; li { margin: 1.5em 0.2em 0; } img { height: $big-font-size; width: auto; } }
}
//footer styles footer {
background-color: white; width: 100%; overflow: auto; height: $base-sizing; position:absolute; bottom:0; left:0; a { float: right; img { height: $base-sizing - 0.3em; width: auto; } } img { height: $base-sizing / 2; width: auto; float: left; }
}