revamps styles and layouts
This commit is contained in:
parent
bb990c4380
commit
3a0a7dcd3f
31 changed files with 1954 additions and 697 deletions
25
static-src/scss/poole/_masthead.scss
Normal file
25
static-src/scss/poole/_masthead.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
// 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue