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

34 lines
473 B
CSS
Raw Normal View History

2019-03-18 16:50:46 +01:00
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);
}