frontpage.css

Same filename in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css
  2. 8.9.x core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css
  3. 10 core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css

This file is used to style the 'Frontpage' view.

File

core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css

View source
  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) {
  15. /* 960px */
  16. .view-frontpage .view-header {
  17. margin-bottom: 3rem;
  18. padding-right: 2.37rem;
  19. padding-left: 2.37rem;
  20. font-size: 1.77rem;
  21. }
  22. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.