Browse Source

Better positioning for the social buttons

Nicolas Petton 12 years ago
parent
commit
7dfb04ad2d
1 changed files with 2 additions and 3 deletions
  1. 2 3
      css/style.css

+ 2 - 3
css/style.css

@@ -118,10 +118,9 @@ h3 {
 }
 
 #social {
-    position: fixed;
-    top: 6px;
+    position: absolute;
+    top: 60px;
     right: 10px;
-    z-index: 10;
 }
 
 #links a {