From ee543ce2e60826161d2d8f18ac9bb8cee1ba0dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 24 Oct 2018 04:48:58 -0400 Subject: [PATCH] Add critical class for styling of title paragraph .. if non-projects have different hero headers, we'll deal with that when we come to it. --- agaric/templates/paragraph/paragraph--title.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/agaric/templates/paragraph/paragraph--title.html.twig b/agaric/templates/paragraph/paragraph--title.html.twig index 1c98aff..0cf74c6 100644 --- a/agaric/templates/paragraph/paragraph--title.html.twig +++ b/agaric/templates/paragraph/paragraph--title.html.twig @@ -41,6 +41,7 @@ {% set classes = [ 'hero', + 'hero-project', 'is-cinnamon', 'paragraph', 'paragraph--type--' ~ paragraph.bundle|clean_class,