ソースを参照

padding out social buttons

chootka 10 年 前
コミット
7dbabfdb74
1 ファイル変更10 行追加0 行削除
  1. 10 0
      stylesheets/stylesheet.css

+ 10 - 0
stylesheets/stylesheet.css

@@ -109,6 +109,16 @@ header h2 {
   max-width: 620px;
 }
 
+#social {
+  position: absolute;
+  right: 50px;
+  top: 30px;
+}
+
+#social a {
+  padding: 0 8px;
+}
+
 #downloads {
   margin-bottom: 40px;
 }