Quellcode durchsuchen

padding out social buttons

chootka vor 10 Jahren
Ursprung
Commit
7dbabfdb74
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  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;
 }