Browse Source

fix top margin on home title

Maxime Vidori 9 years ago
parent
commit
40160473eb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      theme/static/css/main.css

+ 4 - 0
theme/static/css/main.css

@@ -759,6 +759,10 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
 
 
 @media all and (min-width: 40em) {
+  #content-home h1 {
+    margin-top: 70px;
+  }
+
   .entry-title span {
     display: inline-block;
     padding: 0 80px;