浏览代码

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;
 }