Skip to content

Commit f6a74d2

Browse files
authored
Update index.js
Signed-off-by: Touriist <[email protected]>
1 parent bd128db commit f6a74d2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/components/Inline-quotes/index.js

Lines changed: 7 additions & 3 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 {
@@ -57,7 +61,7 @@ img{
5761
padding: 0 1rem;
5862
flex-direction: column;
5963
@media screen and (max-width: 500px) {
60-
text-align: center;
64+
text-align: center;
6165
}
6266
6367
h5 {

0 commit comments

Comments
 (0)