This repository was archived by the owner on Jan 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,10 @@ html,body
129
129
}
130
130
131
131
.participant-card {
132
- max-height : 375 px ;
132
+ max-height : 350 px ;
133
133
min-height : 375px ;
134
134
width : 100% !important ;
135
- min-width : 100 % ;
135
+ min-width : 180 px ;
136
136
box-shadow : 0 3px 6px 0 rgba (0 , 0 , 0 , 0.12 );
137
137
transform-style : preserve-3d;
138
138
transition : all 0.5s ease-in-out;
@@ -173,8 +173,8 @@ html,body
173
173
}
174
174
175
175
.participant-img {
176
- max-height : 240 px ;
177
- min-height : 240 px ;
176
+ max-height : 200 px ;
177
+ min-height : 200 px ;
178
178
min-width : 100% ;
179
179
180
180
width : 100% ;
@@ -204,6 +204,11 @@ html,body
204
204
max-height : 515px ;
205
205
min-height : 515px ;
206
206
}
207
+ .participant-img {
208
+ max-height : 340px ;
209
+ min-height : 340px ;
210
+ min-width : 340px ;
211
+ }
207
212
}
208
213
209
214
@media screen and (max-width : 600px ) {
@@ -414,8 +419,8 @@ input:checked + .slider:before {
414
419
415
420
416
421
.participant-img {
417
- max-height : 200 px ;
418
- min- height: 200 px ;
422
+ width : 100 % ;
423
+ height : 100 % ;
419
424
}
420
425
421
426
@media only screen and (max-width : 600px ) {
You can’t perform that action at this time.
0 commit comments