revamps styles and layouts

This commit is contained in:
Huy Tran 2018-07-22 09:33:29 +10:00
parent bb990c4380
commit 3a0a7dcd3f
31 changed files with 1954 additions and 697 deletions

View 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;
}
}