frontpage.css
Same filename in other branches
This file is used to style the 'Frontpage' view.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ views/ frontpage.css
View source
- /**
- * @file
- * This file is used to style the 'Frontpage' view.
- */
-
- .view-frontpage .view-header {
- margin-top: 2rem;
- margin-bottom: 2rem;
- padding: 0 1.266rem;
- font-family: "Scope One", Georgia, serif;
- font-size: 1.5rem;
- line-height: 1.2;
- }
- /* Large */
- @media screen and (min-width: 60em) {
- /* 960px */
- .view-frontpage .view-header {
- margin-bottom: 3rem;
- padding-right: 2.37rem;
- padding-left: 2.37rem;
- font-size: 1.77rem;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.