File tree 2 files changed +1
-18
lines changed
2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ export default class Support extends Component {
240
240
>
241
241
{
242
242
< img
243
- className = { `support__${ rank } -avatar support__image ` }
243
+ className = { `support__${ rank } -avatar` }
244
244
src = {
245
245
inView && supporter . avatar ? supporter . avatar : SmallIcon
246
246
}
Original file line number Diff line number Diff line change 1
1
@import ' functions' ;
2
2
3
- .support__image {
4
- width : 100px ; /* Default width */
5
- height : 100px ; /* Default height */
6
- object-fit : contain ; /* Maintain aspect ratio */
7
- border-radius : 10px ; /* Rounded corners */
8
- background-color : white ; /* Fallback background */
9
- padding : 3px ; /* Spacing */
10
-
11
- /* Responsive adjustments */
12
- max-width : 100% ;
13
- }
14
-
15
3
.support {
16
4
display : flex ;
17
5
flex-wrap : wrap ;
70
58
71
59
@media (min-width : 400px ) {
72
60
max-width : 384px ;
73
- .support__image {
74
- width : 60px ;
75
- height : 60px ;
76
- padding : 2px ;
77
- }
78
61
}
79
62
}
80
63
You can’t perform that action at this time.
0 commit comments