Merge pull request #22595 from Arhell/upd-video
fix broken field on the main page in the video block
This commit is contained in:
@@ -511,7 +511,7 @@ section#cncf {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#desktopKCButton {
|
#desktopKCButton {
|
||||||
position: relative;
|
position: absolute;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
background-color: $dark-grey;
|
background-color: $dark-grey;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ Kubernetes is open source giving you the freedom to take advantage of on-premise
|
|||||||
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button>
|
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
|
||||||
<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>
|
<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>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user