From 9269aa2b218ba4046f5cf657f2bb97778f488a33 Mon Sep 17 00:00:00 2001 From: sourabh1031 Date: Wed, 6 Feb 2019 12:30:48 +0530 Subject: [PATCH] participant image size fixed --- css/main.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index ef7ec70c..6c67e6a6 100755 --- a/css/main.css +++ b/css/main.css @@ -129,10 +129,10 @@ html,body } .participant-card { - max-height: 375px; + max-height: 350px; min-height: 375px; width: 100% !important; - min-width: 100%; + min-width: 180px; box-shadow: 0 3px 6px 0 rgba(0,0,0,0.12); transform-style: preserve-3d; transition: all 0.5s ease-in-out; @@ -173,8 +173,8 @@ html,body } .participant-img { - max-height: 240px; - min-height: 240px; + max-height: 200px; + min-height: 200px; min-width: 100%; width: 100%; @@ -204,6 +204,11 @@ html,body max-height: 515px; min-height: 515px; } + .participant-img{ + max-height: 340px; + min-height: 340px; + min-width: 340px; + } } @media screen and (max-width: 600px) { @@ -414,8 +419,8 @@ input:checked + .slider:before { .participant-img{ - max-height: 200px; - min-height: 200px; + width: 100%; + height: 100%; } @media only screen and (max-width: 600px) {