Skip to content

Commit 3d11ea4

Browse files
authored
Merge pull request #6437 from layer5io/Touriist-patch-1
update quote img style
2 parents bd128db + 726ad29 commit 3d11ea4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/Inline-quotes/index.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@ text-align: center;
4646
}
4747
img{
4848
border-radius: 50%;
49-
width: 5rem;
50-
height: 5rem;
49+
width: 6vw;
50+
height: 6vw;
5151
object-fit: contain;
52+
@media screen and (max-width: 1300px) {
53+
height: 5rem;
54+
width: 5rem;
55+
}
5256
}
5357
5458
.quote-source {

0 commit comments

Comments
 (0)