Skip to content

Commit 39c06bf

Browse files
author
John Mulhausen
committed
2 parents df8fc0c + 6e21092 commit 39c06bf

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

_sass/_base.sass

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ header
117117
.nav-buttons
118118
float: right
119119

120+
#viewDocs, #tryKubernetes
121+
display: none
122+
123+
#home
124+
#viewDocs, #tryKubernetes
125+
display: inline-block
126+
120127
#viewDocs
121128
border: 1px solid white
122129
background-color: transparent
@@ -255,7 +262,7 @@ header
255262
text-align: center
256263
padding-left: 0
257264
padding-right: 0
258-
margin-bottom: 30px
265+
margin-bottom: 0
259266

260267
// VENDOR STRIP
261268
#vendorStrip
@@ -832,6 +839,7 @@ section
832839
max-width: 100%
833840

834841
.fixed footer
842+
position: fixed
835843
bottom: 0
836844

837845

_sass/_tablet.sass

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ $feature-box-div-width: 45%
7373
h1, h5
7474
text-align: left
7575

76-
#viewDocs, #tryKubernetes
77-
display: inline-block
76+
#home
77+
#viewDocs, #tryKubernetes
78+
display: inline-block
7879

7980
#vendorStrip
8081
display: block
82+
text-align: center
8183

8284

8385
#oceanNodes

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h5>Manage an infrastructure cluster as a single system to simplify container op
1717
<a href="/docs/hellonode/" id="quickstartButton" class="button">Try Our Hello World</a>
1818
</main>
1919
<div id="vendorStrip" class="light-text">
20-
<div>Join the growing community already using Kubernetes</div>
20+
<!--<div>Join the growing community already using Kubernetes</div>-->
2121
<div>
2222
<img src="images/logos/viacom_logo.png">
2323
<img src="images/logos/soundcloud_logo.png">

0 commit comments

Comments
 (0)