From a64308b6b1386bf6a75f4b6a11d64d5f213bb09a Mon Sep 17 00:00:00 2001 From: Kaitlyn Barnard Date: Wed, 6 Jun 2018 18:27:13 -0700 Subject: [PATCH] changing button spacing --- content/en/_index.html | 1 + static/css/styles.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/_index.html b/content/en/_index.html index f957d245bbb36..8a03a1d55b200 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -47,6 +47,7 @@

The Challenges of Migrating 150+ Microservices to Kubernetes



+
Attend KubeCon in Shanghai on Nov. 14-15, 2018

diff --git a/static/css/styles.css b/static/css/styles.css index c8827273b4076..842e01305fd8e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -525,7 +525,7 @@ html.search #docsContent h1 { margin-bottom: 0; border-bottom: 0; padding-bottom #video #desktopKCButton { position: relative; font-size: 18px; background-color: #303030; border-radius: 8px; color: #ffffff; padding: 20px 10px 20px 10px; } -#video #desktopShowVideoButton { position: relative; font-size: 24px; background-color: white; border-radius: 8px; color: #3371e3; padding: 15px 30px 15px 80px; margin-bottom: 15px; } +#video #desktopShowVideoButton { position: relative; font-size: 24px; background-color: white; border-radius: 8px; color: #3371e3; padding: 15px 30px 15px 80px; } #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; }