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
129129}
130130
131131.participant-card {
132- max-height : 375 px ;
132+ max-height : 350 px ;
133133 min-height : 375px ;
134134 width : 100% !important ;
135- min-width : 100 % ;
135+ min-width : 180 px ;
136136 box-shadow : 0 3px 6px 0 rgba (0 , 0 , 0 , 0.12 );
137137 transform-style : preserve-3d;
138138 transition : all 0.5s ease-in-out;
@@ -173,8 +173,8 @@ html,body
173173}
174174
175175.participant-img {
176- max-height : 240 px ;
177- min-height : 240 px ;
176+ max-height : 200 px ;
177+ min-height : 200 px ;
178178 min-width : 100% ;
179179
180180 width : 100% ;
@@ -204,6 +204,11 @@ html,body
204204 max-height : 515px ;
205205 min-height : 515px ;
206206 }
207+ .participant-img {
208+ max-height : 340px ;
209+ min-height : 340px ;
210+ min-width : 340px ;
211+ }
207212}
208213
209214 @media screen and (max-width : 600px ) {
@@ -414,8 +419,8 @@ input:checked + .slider:before {
414419
415420
416421.participant-img {
417- max-height : 200 px ;
418- min- height: 200 px ;
422+ width : 100 % ;
423+ height : 100 % ;
419424}
420425
421426@media only screen and (max-width : 600px ) {
You can’t perform that action at this time.
0 commit comments