Skip to content

Commit 0fac0df

Browse files
authored
make inline quote's img responsive in smaller screen
Signed-off-by: Touriist <126756092+Touriist@users.noreply.github.com>
1 parent 94d3fb0 commit 0fac0df

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/Inline-quotes/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ text-align: center;
4646
}
4747
img{
4848
border-radius: 50%;
49-
width: 6vw;
50-
height: 6vw;
49+
width: 5rem;
50+
height: 5rem;
51+
object-fit: contain;
5152
}
5253
5354
.quote-source {

0 commit comments

Comments
 (0)