Skip to content

Commit

Permalink
fix: roadmap headings hover region
Browse files Browse the repository at this point in the history
  • Loading branch information
svvimming committed Sep 8, 2023
1 parent 3f5e692 commit 5beeee0
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions components/roadmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,6 @@ const cta = computed(() => {
@include mini {
margin-bottom: toRem(15);
}
&:hover {
.heading {
transform: scale(1.15);
}
.icon {
:deep(path) {
fill: $chardonnay;
}
}
.h2 {
color: $chardonnay;
}
}
}
.heading-wrapper {
Expand All @@ -130,6 +117,17 @@ const cta = computed(() => {
margin-top: 0;
margin-bottom: 0.5rem;
}
&:hover {
transform: scale(1.15);
.icon {
:deep(path) {
fill: $chardonnay;
}
}
.h2 {
color: $chardonnay;
}
}
.heading-button {
display: block;
padding: 0.5rem;
Expand Down

0 comments on commit 5beeee0

Please sign in to comment.