Procházet zdrojové kódy

Better positioning for the social buttons

Nicolas Petton před 12 roky
rodič
revize
7dfb04ad2d
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  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 {