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

Commit a917484

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css/main.css

Lines changed: 6 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%;
@@ -414,8 +414,8 @@ input:checked + .slider:before {
414414

415415

416416
.participant-img{
417-
max-height: 200px;
418-
min-height: 200px;
417+
width: 100%;
418+
height: 100%;
419419
}
420420

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

0 commit comments

Comments
 (0)