footer responsive nav
This commit is contained in:
parent
28266b78aa
commit
b5683db078
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
<div class="footer-hashi os">
|
||||
<span>© 2013. A <a href="http://www.hashicorp.com">HashiCorp</a> Project.</span>
|
||||
<a href="http://www.hashicorp.com"><img src="/images/footer-hashicorp-logo.png"></a>
|
||||
<a class="hashi-logo" href="http://www.hashicorp.com"><img src="/images/footer-hashicorp-logo.png"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue