We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339287c commit d58d4a7Copy full SHA for d58d4a7
1 file changed
src/styles/Card.scss
@@ -94,5 +94,7 @@
94
background-image: url('#{$assetsPath}/Poweredby_100px-White_VertText.png');
95
background-position: right var(--border-radius) bottom var(--border-radius);
96
background-repeat: no-repeat;
97
+ /* that was the original sizing of the img in React */
98
+ background-size: 56px;
99
}
100
0 commit comments