haldis/app/static/css/main.css

21 lines
253 B
CSS
Raw Normal View History

2015-03-31 18:15:22 +00:00
/* Custom CSS */
body {
padding-top: 70px;
}
.darker {
background-color: #fafafa;
margin-top: 10px;
padding-bottom: 5px;
}
@media (min-width: 992px) {
.align-bottom {
margin-top: 2.5em;
}
}
.full-width {
width: 100%;
}