interdiff impossible; taking evasive action reverted: --- b/core/profiles/demo_umami/config/install/views.view.frontpage.yml +++ a/core/profiles/demo_umami/config/install/views.view.frontpage.yml @@ -344,21 +344,6 @@ css_class: grid--2 defaults: css_class: false - header: false - header: - area: - id: area - table: views - field: area - relationship: none - group_type: group - admin_label: '' - empty: false - tokenize: false - content: - value: "

Recipes

\r\n

Explore recipes across every type of occasion, ingredient, and skill level

" - format: full_html - plugin_id: text display_plugin: page display_title: Page id: page_1 unchanged: --- a/core/profiles/demo_umami/config/install/views.view.frontpage.yml +++ b/core/profiles/demo_umami/config/install/views.view.frontpage.yml @@ -352,6 +352,21 @@ display: css_class: grid--2 defaults: css_class: false + header: false + header: + area: + id: area + table: views + field: area + relationship: none + group_type: group + admin_label: '' + empty: false + tokenize: false + content: + value: "

Explore recipes across every type of occasion, ingredient, and skill level

" + format: full_html + plugin_id: text display_plugin: page display_title: Page id: page_1 only in patch2: unchanged: --- a/core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css +++ b/core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css @@ -4,20 +4,19 @@ */ .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; } - -@media screen and (min-width: 30em) { +/* Large */ +@media screen and (min-width: 60em) { /* 960px */ .view-frontpage .view-header { margin-bottom: 3rem; - } -} - -@media screen and (min-width: 60em) { - .view-frontpage .view-header { - margin-bottom: 4rem; padding-right: 2.37rem; padding-left: 2.37rem; + font-size: 1.77rem; } }