@@ -31,20 +31,24 @@ if (images[imagePath]) {
31
31
// ランクごとのスタイル設定
32
32
const rankStyles = {
33
33
platinum: {
34
- container: " mb-4 flex items-center justify-center" ,
35
- image: " h-28 w-auto object-contain md:h-36 lg:h-40" ,
34
+ container:
35
+ " mb-4 flex items-center justify-center bg-white p-6 rounded-lg border border-gray-100" ,
36
+ image: " h-32 w-auto object-contain md:h-36 lg:h-40" ,
36
37
},
37
38
gold: {
38
- container: " mb-3 flex items-center justify-center" ,
39
- image: " h-20 w-auto object-contain md:h-24 lg:h-28" ,
39
+ container:
40
+ " mb-3 flex items-center justify-center bg-white p-6 rounded-lg border border-gray-100" ,
41
+ image: " h-24 w-auto object-contain md:h-24 lg:h-28" ,
40
42
},
41
43
silver: {
42
- container: " mb-2 flex items-center justify-center" ,
43
- image: " h-14 w-auto object-contain md:h-16 lg:h-20" ,
44
+ container:
45
+ " mb-2 flex items-center justify-center bg-white p-6 rounded-lg border border-gray-100" ,
46
+ image: " h-16 w-auto object-contain md:h-16 lg:h-20" ,
44
47
},
45
48
bronze: {
46
- container: " mb-2 flex items-center justify-center" ,
47
- image: " h-12 w-auto object-contain md:h-14 lg:h-16" ,
49
+ container:
50
+ " mb-2 flex items-center justify-center bg-white p-6 rounded-lg border border-gray-100" ,
51
+ image: " h-8 w-auto object-contain md:h-14 lg:h-16" ,
48
52
},
49
53
};
50
54
0 commit comments