Change up all the things to do Sass support
[blog] / _scss / masthead.scss
1 // Masthead
2 //
3 // Super small header above the content for site name and short description.
4
5 .masthead {
6   padding-top:    1rem;
7   padding-bottom: 1rem;
8   margin-bottom: 3rem;
9 }
10
11 .masthead-title {
12   margin-top: 0;
13   margin-bottom: 0;
14   color: #505050;
15
16   a {
17     color: #505050;
18   }
19
20   small {
21     font-size: 75%;
22     font-weight: 400;
23     color: #c0c0c0;
24     letter-spacing: 0;
25   }
26 }