coronaindia
Version:
COVID19 India Tracker, predictive analytics and research. Built by engineers, data scientists, AI and medical professionals.
54 lines (43 loc) • 859 B
CSS
.teamImg {
width: 180px;
height: 180px;
}
.users-list-name {
overflow: visible;
text-overflow: ellipsis;
white-space: normal;
font-weight: bold;
}
.modal-backdrop {
z-index: -1;
}
.highlight {
background-color: yellow;
}
#questionList li {
color: blue;
text-decoration: underline;
cursor: pointer;
}
@media screen and (max-width: 460px) {
.amMapdiv {
height: 350px ;
}
}
@media screen and (min-width: 460px) {
.amMapdiv {
height: 630px ;
}
}
@media screen and (max-width: 460px) {
.gogAdDiv {
min-width: 250px ;
min-height: 250px ;
}
}
@media screen and (min-width: 460px) {
.gogAdDiv {
min-width: 250px ;
min-height: 220px ;
}
}