Files
blog_os/_sass/_masthead.scss
2015-12-17 11:55:00 +01:00

39 lines
495 B
SCSS

// Masthead
//
// Super small header above the content for site name and short description.
.masthead {
padding: 1rem;
margin-bottom: 3rem;
}
.masthead-title {
margin-top: 0;
margin-bottom: 0;
color: #505050;
a {
color: #505050;
}
small {
font-size: 75%;
font-weight: 400;
color: #c0c0c0;
letter-spacing: 0;
}
}
.masthead-title a:first-child {
padding-right: 0.5rem;
}
.navigation {
float: right;
}
.navigation small {
margin-left: 1.5rem;
}