footer fixes, hellonode
parent
06c48d37d7
commit
cb541e75df
|
|
@ -17,7 +17,7 @@
|
|||
<header>
|
||||
<a href="/" class="logo"></a>
|
||||
<div class="nav-buttons" data-auto-burger="primary">
|
||||
<a href="/docs/" class="button" id="tryKubernetes">Try Kubernetes</a>
|
||||
<a href="/docs/hellonode/" class="button" id="tryKubernetes">Try Kubernetes</a>
|
||||
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
|
||||
</div>
|
||||
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
<h1>Accelerate Your Development</h1>
|
||||
<h5>Manage a cluster of containers as a single system to simplify operations</h5>
|
||||
</div>
|
||||
<a href="get-started" id="quickstartButton" class="button">5 Minute Quick Start</a>
|
||||
<a href="/docs/hellonode/" id="quickstartButton" class="button">5 Minute Quick Start</a>
|
||||
</main>
|
||||
<div id="vendorStrip" class="light-text">
|
||||
<div>Join the growing community already using Kubernetes</div>
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@ footer
|
|||
background-color: $dark-grey
|
||||
|
||||
main
|
||||
padding: 40px 0
|
||||
padding: 20px 0
|
||||
|
||||
nav
|
||||
a
|
||||
|
|
@ -269,7 +269,7 @@ footer
|
|||
|
||||
.social
|
||||
position: relative
|
||||
margin: 80px 0 60px
|
||||
margin: 20px 0
|
||||
|
||||
label
|
||||
float: right
|
||||
|
|
@ -305,7 +305,7 @@ footer
|
|||
width: 50px
|
||||
height: 50px
|
||||
border-radius: 5px
|
||||
margin-right: 30px
|
||||
margin-right: 10px
|
||||
|
||||
&:hover
|
||||
background-color: #fff
|
||||
|
|
|
|||
|
|
@ -10,12 +10,9 @@ $video-section-height: 550px
|
|||
#docsContent
|
||||
width: calc(100% - 400px)
|
||||
|
||||
|
||||
|
||||
#home
|
||||
section, header, footer
|
||||
main
|
||||
max-width: $main-max-width
|
||||
section, header, footer
|
||||
main
|
||||
max-width: $main-max-width
|
||||
|
||||
#oceanNodes
|
||||
main
|
||||
|
|
|
|||
Loading…
Reference in New Issue