From 34ae20157220fe0e123101f4f58dd7e98c2b9d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 14 Dec 2018 14:37:23 -0500 Subject: [PATCH] Keep person's name in front of their picture --- agaric/sass/agaric/_component.hero.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agaric/sass/agaric/_component.hero.scss b/agaric/sass/agaric/_component.hero.scss index 278eb56..f85f6ea 100644 --- a/agaric/sass/agaric/_component.hero.scss +++ b/agaric/sass/agaric/_component.hero.scss @@ -271,6 +271,9 @@ display: block; } .title { + // Needed to stay on top of the relative positioned .hero-image-shadow + // which is relatively positioned to make its :before box-shadow work. + position: relative; margin-top: -1.5em; margin-left: -1.25em; padding-bottom: 0.5em;