浏览代码

Update style.css

torres126 6 年之前
父节点
当前提交
a941219d2a
共有 1 个文件被更改,包括 2 次插入8 次删除
  1. 2 8
      libretto/style.css

+ 2 - 8
libretto/style.css

@@ -772,7 +772,6 @@ body {
 /* Style page title blocks */
 .title-block {
   text-align: center;
-  pointer-events: none;
 }
 
 .title-block h1 {
@@ -821,10 +820,9 @@ body:not(.libretto-has-header-image) .title-block {
   border-bottom: none;
   bottom: 0;
   color: #faf9f5;
-  left: 20%;
+  /* left: 40%; - still no luck in aligning */
   position: absolute;
   text-shadow: 0 1px 0 #000;
-  width: 60%;
   z-index: 1;
 }
 
@@ -872,10 +870,6 @@ body:not(.libretto-has-header-image) .title-block {
   padding: 0;
 }
 
-.site-logo.attachment-libretto-logo,.site-title {
-  pointer-events: all;
-}
-
 /*--------------------------------------------------------------
 5.2 Footer
 ---------------------------------------------------------------*/
@@ -2651,7 +2645,7 @@ object {
   }
 
   .title-block .site-logo-link {
-    display: block;
+    display: inline-block;
     margin-bottom: 1.5rem;
   }