Skip to content

Commit

Permalink
Css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinrivero committed Oct 10, 2024
1 parent 4b8f64e commit 02cf671
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions acrobat/blocks/verb-widget/verb-widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
}

.verb-icon {
height: 56px;
min-width: 56px;
background-size: cover;
display: inline-flex;
width: 56px;
}

.verb-image {
Expand All @@ -36,6 +35,12 @@
max-width: 345px;
}

.verb-image svg {
display: block;
width: 100%;

}

.verb-big-icon {
width: 500px;
height: 500px;
Expand Down Expand Up @@ -286,8 +291,8 @@
}

.verb-icon {
height: 40px;
min-width: 40px;
height: auto;
width: 40px;
}

.verb-title {
Expand Down

0 comments on commit 02cf671

Please sign in to comment.