_masthead.scss 385 B

1234567891011121314151617181920212223242526
  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: #505050;
  13. a {
  14. color: #505050;
  15. }
  16. small {
  17. font-size: 75%;
  18. font-weight: 400;
  19. color: #c0c0c0;
  20. letter-spacing: 0;
  21. }
  22. }