fix: adjust block divider text position

This commit is contained in:
Joshua Seigler 2016-09-09 21:16:36 -04:00
parent 21bc8e1540
commit b84655afad

View file

@ -66,9 +66,9 @@ a {
.blockDivider {
display: block;
margin: -2em -1em 1em;
margin: 1em -1em -1.5em;
background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.125));
padding: 2.5em 1em 0;
padding: 0.125em 1em 1.5em;
color: rgba(0,0,0,0);
text-align: center;
white-space: nowrap;