Keep person's name in front of their picture

This commit is contained in:
benjamin melançon 2018-12-14 14:37:23 -05:00
parent 265e70a7e8
commit 34ae201572

View file

@ -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;