Unverified Commit d7d6c957 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2994915 by sysosmaster, kjay, bruceyboy, anthonylindsay,...

Issue #2994915 by sysosmaster, kjay, bruceyboy, anthonylindsay, benjamindamron, BrightBold, imalabya, shashikant_chauhan, Yaremchuk, bowen111, quaxi, Gayathri J, Gnanasampandan Velmurgan, JayKandari, michaellenahan, mradcliffe, andrewmacpherson, shaal, philippze: Remove Page Title block from homepage
parent 5b023333
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  module:
    - system
  theme:
    - umami
id: umami_page_title
@@ -14,4 +16,9 @@ settings:
  label: 'Page title'
  provider: core
  label_display: '0'
visibility: {  }
visibility:
  request_path:
    id: request_path
    pages: '<front>'
    negate: true
    context_mapping: {  }
+16 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ display:
          empty: false
          tokenize: false
          content:
            value: '<h2 class="text-align-center">Explore recipes across every type of occasion, ingredient, and skill level.</h2>'
            value: '<p class="text-align-center">Explore recipes across every type of occasion, ingredient, and skill level.</p>'
            format: full_html
          plugin_id: text
      footer: {  }
@@ -354,6 +354,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: '<p class="text-align-center">Explore recipes across every type of occasion, ingredient, and skill level</p>'
            format: full_html
          plugin_id: text
      rendering_language: '***LANGUAGE_language_interface***'
    display_plugin: page
    display_title: Page
+7 −8
Original line number Diff line number Diff line
@@ -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;
  }
}