소스 검색

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