File tree 2 files changed +19
-25
lines changed
2 files changed +19
-25
lines changed Original file line number Diff line number Diff line change 50
50
grid-template-columns : repeat (4 , 1fr );
51
51
gap : 20px ;
52
52
justify-content : center;
53
+ justify-items : center;
54
+ align-items : center;
53
55
padding : 20px ;
54
56
}
55
57
66
68
grid-template-columns : repeat (1 , 1fr );
67
69
}
68
70
71
+ .games {
72
+ text-align : center;
73
+ margin-top : 40px ;
74
+ }
75
+
76
+ .games-list {
77
+ display : flex;
78
+ flex-wrap : wrap;
79
+ justify-content : center;
80
+ gap : 20px ;
81
+ padding : 20px ;
82
+ }
83
+
69
84
@media (max-width : 768px ) {
70
85
.logo {
71
86
width : 50% ;
76
91
}
77
92
78
93
.games-list {
94
+ flex-direction : column;
95
+ align-items : center;
79
96
grid-template-columns : repeat (2 , 1fr );
80
97
}
81
98
@@ -97,31 +114,7 @@ img {
97
114
grid-template-columns : repeat (2 , 1fr );
98
115
}
99
116
100
- .logo {
101
- width : 80% ;
102
- }
103
- }
104
-
105
- .games {
106
- text-align : center;
107
- margin-top : 40px ;
108
- }
109
-
110
- .games-list {
111
- display : flex;
112
- flex-wrap : wrap;
113
- justify-content : center;
114
- gap : 20px ;
115
- padding : 20px ;
116
- }
117
-
118
- @media (max-width : 768px ) {
119
117
.logo {
120
118
width : 50% ;
121
119
}
122
-
123
- .games-list {
124
- flex-direction : column;
125
- align-items : center;
126
- }
127
- }
120
+ }
Original file line number Diff line number Diff line change 10
10
width : 100% ;
11
11
max-width : 250px ;
12
12
transition : transform 0.2s ;
13
+ box-sizing : border-box;
13
14
}
14
15
15
16
.player-card : hover {
You can’t perform that action at this time.
0 commit comments