coronaindia
Version:
COVID19 India Tracker, predictive analytics and research. Built by engineers, data scientists, AI and medical professionals.
43 lines (25 loc) • 602 B
CSS
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
main > .container{
padding: 30px 15px 0;
}
.footer {
background-color: #f5f5f5;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
code {
font-size: 80%;
}
/*** customised ***/
.card-title {font-size:1.2rem ;}
@media (min-width: 768px) {
.navbar-dark { height: 70px ; }
.navbar-brand img {margin-top:20px ;}
}
@media (max-width: 767px) {
.navbar-brand img { width: 64px; !important;}
}