Skip to content

Commit

Permalink
Make CTA clickable
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Djerbouh <13698160+CaddyDz@users.noreply.github.com>
  • Loading branch information
CaddyDz committed Jul 2, 2023
1 parent 36ab37b commit 9882f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions frontend/components/Games.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ section {
position: relative;
width: 100%;
box-sizing: border-box;
margin-top: -80px;
}
.bg {
Expand Down Expand Up @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion frontend/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<v-row align="center" justify="center" class="logo">
<img src="/img/logo/logo.png" alt="Logo" width="55%" class="mt-15" />
</v-row>
<v-row align="end" justify="center" class="mt-7 mb-14">
<v-row justify="center" class="mt-7 mb-14">
<v-btn-toggle rounded v-model="undefined" background-color="transparent">
<v-btn class="hero-btn" to="/division-boosting">Get Boosted</v-btn>
<v-btn class="hero-btn" to="/coaching">Get Coached</v-btn>
Expand All @@ -28,6 +28,7 @@
width: 100%;
filter: contrast(70%);
z-index: 1;
opacity: 0.4;
}
.container {
position: relative;
Expand Down

0 comments on commit 9882f8c

Please sign in to comment.