From d58d4a7889d659a586def5deaef515389e5c8b5c Mon Sep 17 00:00:00 2001 From: Petyo Ivanov Date: Thu, 9 Dec 2021 18:12:23 +0200 Subject: [PATCH] fix(): explicit size of giphy watermark --- src/styles/Card.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/Card.scss b/src/styles/Card.scss index 41cd8d01..52191577 100644 --- a/src/styles/Card.scss +++ b/src/styles/Card.scss @@ -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; } }