Skip to content

Commit

Permalink
Match desktop shape on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinrivero committed Oct 23, 2024
1 parent e4e440a commit 3a39ae3
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions acrobat/blocks/verb-widget/verb-widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,17 +317,20 @@
}

.verb-mobile-cta {
display: flex;
top: 324px;
left: 40px;
padding: 11px 25px;
border-radius: 47px;
width: 30%;
cursor: pointer;
background: #1473e6;
border-radius: 8px;
padding: 11px 27px;
color: white;
white-space: nowrap;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
width: 30%;
min-width: 130px;
font-family: var(--font-family);
font-size: 18px;
border: none;
}
}

0 comments on commit 3a39ae3

Please sign in to comment.