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;