Browse Source

Align Title Block Centre

torres126 6 years ago
parent
commit
ed3ba3b226
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libretto/style.css

+ 2 - 1
libretto/style.css

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