diff --git a/index.html b/index.html
index f87d657..3ce02f3 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,7 @@
+
@@ -46,7 +47,7 @@
A Keyboard Utility For All Your Windows Presentation Needs
3.20MB .application
-
+
@@ -64,7 +65,7 @@
A Keyboard Utility For All Your Windows Presentation Needs
-
+
diff --git a/stylesheets/screen.css b/stylesheets/screen.css
index 138319f..cf2a641 100644
--- a/stylesheets/screen.css
+++ b/stylesheets/screen.css
@@ -258,6 +258,10 @@ section#downloads a.tgz:hover {
background-position: -275px -197px;
}
+section .screenshot{
+ margin-top:33px;
+}
+
span.banner-fix {
background: transparent url(../images/download-fallback-bg.png) center top no-repeat;
display: block;
@@ -353,14 +357,17 @@ footer span.right-tail {
right: -11px;
}
-footer span.octocat {
- background: transparent url(../images/octocat.png) 0 0 no-repeat;
- display: block;
- width: 30px;
- height: 30px;
- margin: 0 auto;
+footer .fa-github {
+ font-size:30px;
+ margin: 10px auto;
+ color:#949494;
+ opacity: 0.4;
+ transition:0.1s ease;
}
+footer .fa-github:hover{
+ opacity:0.8;
+}
/* content */
body {