From 9882f8c0d4f006ec30ef9c4fb856cd54d8e01543 Mon Sep 17 00:00:00 2001 From: Salim Djerbouh <13698160+CaddyDz@users.noreply.github.com> Date: Sun, 2 Jul 2023 16:53:10 +0100 Subject: [PATCH] Make CTA clickable Signed-off-by: Salim Djerbouh <13698160+CaddyDz@users.noreply.github.com> --- frontend/components/Games.vue | 6 ------ frontend/pages/index.vue | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/frontend/components/Games.vue b/frontend/components/Games.vue index a927f881..35c57379 100644 --- a/frontend/components/Games.vue +++ b/frontend/components/Games.vue @@ -60,7 +60,6 @@ section { position: relative; width: 100%; box-sizing: border-box; - margin-top: -80px; } .bg { @@ -146,11 +145,6 @@ section { cursor: not-allowed; } -@media only screen and (max-width: 1600px) { - section { - margin-top: -160px; - } -} @media only screen and (max-width: 1200px) { .bg { width: inherit; diff --git a/frontend/pages/index.vue b/frontend/pages/index.vue index 18b49114..fcdfc2f7 100644 --- a/frontend/pages/index.vue +++ b/frontend/pages/index.vue @@ -5,7 +5,7 @@ - + Get Boosted Get Coached @@ -28,6 +28,7 @@ width: 100%; filter: contrast(70%); z-index: 1; + opacity: 0.4; } .container { position: relative;