Skip to content

Commit

Permalink
fix(): explicit size of giphy watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Dec 9, 2021
1 parent 339287c commit d58d4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/Card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,7 @@
background-image: url('#{$assetsPath}/Poweredby_100px-White_VertText.png');
background-position: right var(--border-radius) bottom var(--border-radius);
background-repeat: no-repeat;
/* that was the original sizing of the img in React */
background-size: 56px;
}
}

0 comments on commit d58d4a7

Please sign in to comment.