_masthead.scss 384 B

12345678910111213141516171819202122232425
  1. // Masthead
  2. //
  3. // Super small header above the content for site name and short description.
  4. .masthead {
  5. padding-top: 1rem;
  6. padding-bottom: 1rem;
  7. margin-bottom: 3rem;
  8. }
  9. .masthead-title {
  10. margin-top: 0;
  11. margin-bottom: 0;
  12. color: $gray-4;
  13. a {
  14. color: inherit;
  15. }
  16. small {
  17. font-size: 75%;
  18. font-weight: 400;
  19. opacity: .5;
  20. }
  21. }