We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd128db commit f6a74d2Copy full SHA for f6a74d2
src/components/Inline-quotes/index.js
@@ -46,9 +46,13 @@ text-align: center;
46
}
47
img{
48
border-radius: 50%;
49
- width: 5rem;
50
- height: 5rem;
+ width: 6vw;
+ height: 6vw;
51
object-fit: contain;
52
+ @media screen and (max-width: 1300px) {
53
+ height: 5rem;
54
+ width: 5rem;
55
+ }
56
57
58
.quote-source {
@@ -57,7 +61,7 @@ img{
61
padding: 0 1rem;
62
flex-direction: column;
59
63
@media screen and (max-width: 500px) {
60
- text-align: center;
64
+ text-align: center;
65
66
67
h5 {
0 commit comments