diff --git a/website/source/layouts/_footer.erb b/website/source/layouts/_footer.erb index 618e5a1e0..86e90bf30 100644 --- a/website/source/layouts/_footer.erb +++ b/website/source/layouts/_footer.erb @@ -17,7 +17,7 @@
diff --git a/website/source/stylesheets/_header.less b/website/source/stylesheets/_header.less index 295da50b8..a9e7046e8 100755 --- a/website/source/stylesheets/_header.less +++ b/website/source/stylesheets/_header.less @@ -252,8 +252,18 @@ body.page-sub{ } #footer{ - .buttons.navbar-nav li.first { - margin-right: 0; + .footer-hashi .hashi-logo{ + display: block; + margin-top: 15px; + margin-bottom: 20px; + } + + .buttons.navbar-nav{ + margin-left: 0; + + li.first { + margin-right: 0; + } } } diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index ceb082c06..8687362a1 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -338,6 +338,14 @@ body.page-sub #header { padding-left: 0; line-height: 22px; } + #footer .footer-hashi .hashi-logo { + display: block; + margin-top: 15px; + margin-bottom: 20px; + } + #footer .buttons.navbar-nav { + margin-left: 0; + } #footer .buttons.navbar-nav li.first { margin-right: 0; }