Skip to content

Commit d58d4a7

Browse files
committed
fix(): explicit size of giphy watermark
1 parent 339287c commit d58d4a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/styles/Card.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,7 @@
9494
background-image: url('#{$assetsPath}/Poweredby_100px-White_VertText.png');
9595
background-position: right var(--border-radius) bottom var(--border-radius);
9696
background-repeat: no-repeat;
97+
/* that was the original sizing of the img in React */
98+
background-size: 56px;
9799
}
98100
}

0 commit comments

Comments
 (0)