From 4045ad6c2bb9aabef25409db9850dd81cc6cb942 Mon Sep 17 00:00:00 2001 From: Rob Levin Date: Tue, 29 Sep 2020 21:21:23 -0700 Subject: [PATCH] Reposition buttons in hero --- showcase/src/App.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/showcase/src/App.vue b/showcase/src/App.vue index 61816145d..1fb5a980f 100644 --- a/showcase/src/App.vue +++ b/showcase/src/App.vue @@ -175,7 +175,6 @@ export default { /* So we mask between the bordered button and the illustration */ background: white; width: initial; - top: 600px; } @media only screen and (min-width: 576px) { @@ -200,7 +199,7 @@ export default { } .btnGroup { display: block; - top: 500px; + top: 465px; } } @@ -231,7 +230,12 @@ export default { top: 300px; } .btnGroup { - top: 550px; + top: 520px; + } +} +@media only screen and (min-width: 1900px) { + .btnGroup { + top: 480px; } }