Keep person's name in front of their picture
This commit is contained in:
parent
265e70a7e8
commit
34ae201572
1 changed files with 3 additions and 0 deletions
|
@ -271,6 +271,9 @@
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.title {
|
.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-top: -1.5em;
|
||||||
margin-left: -1.25em;
|
margin-left: -1.25em;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue