You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
359 B
25 lines
359 B
// Masthead
|
|
//
|
|
// Super small header above the content for site name and short description.
|
|
|
|
.masthead {
|
|
padding-top: 1rem;
|
|
padding-bottom: 1rem;
|
|
margin-bottom: 3rem;
|
|
}
|
|
|
|
.masthead-title {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
color: $gray-4;
|
|
|
|
a {
|
|
color: inherit;
|
|
}
|
|
|
|
small {
|
|
font-size: 75%;
|
|
font-weight: 400;
|
|
opacity: .5;
|
|
}
|
|
}
|
|
|