Browse Source

porcata per titolo pagina

kiki 6 years ago
parent
commit
20bb90b075
1 changed files with 9 additions and 4 deletions
  1. 9 4
      themes/hackit0x15/static/css/hackit.css

+ 9 - 4
themes/hackit0x15/static/css/hackit.css

@@ -57,15 +57,16 @@ a:focus,
 #content .entry-content > h2,
 #content .entry-content > .section:first-child>h2
 {
-    text-align: center;
-    width: 100%;
     background-color: white;
     padding: 1em 0;
     color: black;
-    margin: 0;
+    margin-bottom: 1em;
     left: 0;
     font-size: 200%;
     text-align: center;
+    position: relative;
+    width: 100vw;
+    transform: translate(-8%,0);
 }
 
 h4 {
@@ -77,7 +78,6 @@ h1,
 h2,
 h3,
 h4,
-strong,
 tt {
      background: #fff;
     display: inline-block;
@@ -159,6 +159,11 @@ tt.literal {
 
 /* END HOME }}} */
 
+{
+    position:relative;
+    width:100%;
+        
+}
 /* TALK {{{ */
 
 .talk-grid {