Skip to content
This repository was archived by the owner on Jan 11, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions css/main.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -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;
Expand DownExpand Up@@ -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%;
Expand DownExpand Up@@ -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) {
Expand DownExpand Up@@ -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) {
Expand Down