Files
mehl.mx/static/css/custom.css

46 lines
688 B
CSS

div.avatar img {
max-height: 190px;
}
div.container h1 {
font-weight: bold;
color: #27A822;
}
.panel {
box-shadow: none;
-webkit-box-shadow: none;
}
ul.nav li.active a {
font-weight: bold;
}
/* Site specific settings */
section#about p {
font-size: 18px;
margin-bottom: 20px;
}
div.contact p {
line-height: 1.5em;
margin-bottom: 30px;
}
/* transparency of tags */
div.container.links .label-success {
background-color: rgba(92, 184, 92, 0.6);
}
/* Scale social icons with hovering */
.social-links li a {
font-size: 26px;
}
.social-links li a i {
transform: scale(0.8);
transition: transform .3s;
}
.social-links li a:hover i {
transform: scale(1);
}