Skip to content

Commit

Permalink
Move CTA graphics away from absolute positioning (#2223)
Browse files Browse the repository at this point in the history
* move cta graphics away from absolute positioning

* Revert "move cta graphics away from absolute positioning"

This reverts commit eeaaec0.

* use pointer-events, used it wrong last time
  • Loading branch information
RubenSandwich committed Nov 13, 2023
1 parent 1bf7673 commit 684b741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
overflow: hidden;
width: fit-content;
margin: 0 auto;
pointer-events: none;
}

.certificationsGraphic {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
right: 0;
top: -25px;
width: 100%;
pointer-events: none;
}

.title {
Expand Down

1 comment on commit 684b741

@vercel
Copy link

@vercel vercel bot commented on 684b741 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.