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 8dfc05f
Showing 1 changed file with 15 additions and 28 deletions.
43 changes: 15 additions & 28 deletions acrobat/blocks/verb-widget/verb-widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,21 @@
margin-left: 15px;
}

.verb-mobile-cta {
display: flex;
top: 324px;
left: 40px;
padding: 11px 25px;
border-radius: 47px;
background: #1473e6;
color: white;
white-space: nowrap;
font-weight: 700;
justify-content: center;
align-items: center;
width: 30%;
}

.verb-mobile-cta:hover,
.verb-mobile-cta:active {
background-color: #0054b6;
Expand All @@ -265,19 +280,6 @@
padding: 48px 0 48px 48px;
/* cursor: pointer; */

Check failure on line 281 in acrobat/blocks/verb-widget/verb-widget.css

View workflow job for this annotation

GitHub Actions / runner / stylelint (18.x)

[stylelint] reported by reviewdog 🐶 Expected empty line before comment Raw Output: message:"Expected empty line before comment" location:{path:"/home/runner/work/dc/dc/acrobat/blocks/verb-widget/verb-widget.css" range:{start:{line:281 column:5}}} severity:ERROR source:{name:"stylelint" url:"https://stylelint.io/"} code:{value:"comment-empty-line-before"}
}

.verb-mobile-cta {
background: #1473e6;
border-radius: 8px;
padding: 11px 27px;
color: #fff;
white-space: nowrap;
font-weight: 700;
display: flex;
justify-content: center;
align-items: center;
width: 30%;
}
}

/* responsive design */
Expand Down Expand Up @@ -315,19 +317,4 @@
.verb-cta {
cursor: pointer;
}

.verb-mobile-cta {
display: flex;
top: 324px;
left: 40px;
padding: 11px 25px;
border-radius: 47px;
background: #1473e6;
color: white;
white-space: nowrap;
font-weight: 700;
justify-content: center;
align-items: center;
width: 30%;
}
}

0 comments on commit 8dfc05f

Please sign in to comment.