@@ -820,9 +820,10 @@ body:not(.libretto-has-header-image) .title-block {
border-bottom: none;
bottom: 0;
color: #faf9f5;
- /* left: 40%; - still no luck in aligning */
+ left: 50%;
position: absolute;
text-shadow: 0 1px 0 #000;
+ transform: translateX(-50%);
z-index: 1;
}