Website: update get started CTA styles (#20216)

Closes: #20185

Changes:
- Updated the styles for the get started CTA to prevent styling issues
when the orb is collapsed and visible because of screen width.
This commit is contained in:
Eric 2024-07-03 17:11:18 -05:00 committed by GitHub
parent 606fa14ed4
commit 73c2b25403
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -664,6 +664,12 @@ body.detected-mobile {
[purpose='banner-text'] {
display: flex;
}
[purpose='banner-image'] {
height: 54px;
min-width: 54px;
background-image: url('/images/continue-thumbnail.png');
background-size: cover;
}
transform: none;
transition: none;
&:hover {