Skip to content

Commit 3776b5c

Browse files
authored
Merge pull request #22595 from Arhell/upd-video
fix broken field on the main page in the video block
2 parents bb01684 + 57e7cf6 commit 3776b5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/scss/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ section#cncf {
511511
}
512512

513513
#desktopKCButton {
514-
position: relative;
514+
position: absolute;
515515
font-size: 18px;
516516
background-color: $dark-grey;
517517
border-radius: 8px;

content/en/_index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ <h2>The Challenges of Migrating 150+ Microservices to Kubernetes</h2>
4141
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button>
4242
<br>
4343
<br>
44-
<br>
4544
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/?utm_source=kubernetes.io&utm_medium=nav&utm_campaign=kccnceu20" button id="desktopKCButton">Attend KubeCon EU virtually on August 17-20, 2020</a>
4645
<br>
4746
<br>

0 commit comments

Comments
 (0)