Skip to content

Commit a64308b

Browse files
author
Kaitlyn Barnard
committed
changing button spacing
1 parent 5b6afb6 commit a64308b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/en/_index.html

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ <h2>The Challenges of Migrating 150+ Microservices to Kubernetes</h2>
4747
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button>
4848
<br>
4949
<br>
50+
<br>
5051
<a href="https://www.lfasiallc.com/events/kubecon-cloudnativecon-china-2018/" button id= "desktopKCButton">Attend KubeCon in Shanghai on Nov. 14-15, 2018</a>
5152
<br>
5253
<br>

static/css/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ html.search #docsContent h1 { margin-bottom: 0; border-bottom: 0; padding-bottom
525525

526526
#video #desktopKCButton { position: relative; font-size: 18px; background-color: #303030; border-radius: 8px; color: #ffffff; padding: 20px 10px 20px 10px; }
527527

528-
#video #desktopShowVideoButton { position: relative; font-size: 24px; background-color: white; border-radius: 8px; color: #3371e3; padding: 15px 30px 15px 80px; margin-bottom: 15px; }
528+
#video #desktopShowVideoButton { position: relative; font-size: 24px; background-color: white; border-radius: 8px; color: #3371e3; padding: 15px 30px 15px 80px; }
529529

530530
#video #desktopShowVideoButton:before { content: ""; position: absolute; position: absolute; top: 50%; left: 40px; transform: translate(-50%, -50%); width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 20px; border-color: transparent transparent transparent #3371e3; }
531531

0 commit comments

Comments
 (0)