frontpage.css 459 B

12345678910111213141516171819202122
  1. /**
  2. * @file
  3. * This file is used to style the 'Frontpage' view.
  4. */
  5. .view-frontpage .view-header {
  6. margin-top: 2rem;
  7. margin-bottom: 2rem;
  8. padding: 0 1.266rem;
  9. font-family: "Scope One", Georgia, serif;
  10. font-size: 1.5rem;
  11. line-height: 1.2;
  12. }
  13. /* Large */
  14. @media screen and (min-width: 60em) { /* 960px */
  15. .view-frontpage .view-header {
  16. margin-bottom: 3rem;
  17. padding-right: 2.37rem;
  18. padding-left: 2.37rem;
  19. font-size: 1.77rem;
  20. }
  21. }