diff --git a/app/views/contact_us.blade.php b/app/views/contact_us.blade.php
index f19378fa7d..e9fae58778 100644
--- a/app/views/contact_us.blade.php
+++ b/app/views/contact_us.blade.php
@@ -154,13 +154,9 @@ var contactForm = {
Other ways to reach us
contact@invoiceninja.com
-
+524 975 502
-
- InvoiceNinja
- 795 Folsom Ave, Suite 600
- San Francisco, CA 94107
-
-
+
(800) 763-1948
+
+
diff --git a/public/css/splash.css b/public/css/splash.css
index a71e9ab2a8..ceb35b8238 100644
--- a/public/css/splash.css
+++ b/public/css/splash.css
@@ -517,6 +517,17 @@ footer .social .socicon {
}
+.github {
+ background-image: url('../images/GitHub.png');
+ background-size: contain;
+ background-repeat: no-repeat;
+ width: 40px;
+ height: 40px;
+ display: inline-block;
+ margin-right: 10px;
+ float: left;
+}
+
@font-face {
font-family: 'socicon';
diff --git a/public/css/style.css b/public/css/style.css
index 3a84816320..5ffecc1a31 100755
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -591,7 +591,6 @@ color: #fff;
background-color: #08273c;
border-color: #08273c;
}
-
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ecf0f1;