File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ body {
157
157
padding-left : clamp (0.375rem , 1.66125vw , .65625rem );
158
158
padding-right : clamp (0.375rem , 1.66125vw , .65625rem );
159
159
border-radius : clamp (0.3125rem , 1.384375vw , 0.546875rem );
160
- font-size : clamp (0.8rem , 3.544vw , 1 rem );
160
+ font-size : clamp (0.8rem , 3.544vw , 1.05 rem );
161
161
margin-right : 8px ;
162
162
}
163
163
@@ -219,32 +219,6 @@ body {
219
219
flex-wrap : wrap;
220
220
}
221
221
222
- /* .teamCards {
223
- width: 100%;
224
- display: grid;
225
- grid-template-columns: 50% 50%;
226
- grid-template-rows: repeat(calc(100%/3), 3);
227
- }
228
-
229
- @media (min-width: 600px) {
230
- .teamCards {
231
- width: 100%;
232
- display: grid;
233
- grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
234
- grid-template-rows: 50% 50%;
235
- }
236
- }
237
-
238
- @media (min-width: 900px) {
239
- .teamCards {
240
- width: 100%;
241
- display: grid;
242
- grid-template-columns: 25% 25% 25% 25%;
243
- grid-template-rows: 100%;
244
- background-color: red;
245
- }
246
- } */
247
-
248
222
.teamcard {
249
223
margin-top : 0.5rem ;
250
224
display : flex;
You can’t perform that action at this time.
0 commit comments