Skip to content
This repository was archived by the owner on Jan 11, 2020. It is now read-only.

Commit 9269aa2

Browse files
author
sourabh1031
committed
participant image size fixed
1 parent c3d4832 commit 9269aa2

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

css/main.css

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ html,body
129129
}
130130

131131
.participant-card {
132-
max-height: 375px;
132+
max-height: 350px;
133133
min-height: 375px;
134134
width: 100% !important;
135-
min-width: 100%;
135+
min-width: 180px;
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: 240px;
177-
min-height: 240px;
176+
max-height: 200px;
177+
min-height: 200px;
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: 200px;
418-
min-height: 200px;
422+
width: 100%;
423+
height: 100%;
419424
}
420425

421426
@media only screen and (max-width: 600px) {

0 commit comments

Comments
 (0)