haldis/app/static/css/main.css

21 lines
253 B
CSS
Raw Normal View History

2015-03-27 00:07:43 +00:00
/* Custom CSS */
2015-03-25 23:17:43 +00:00
body {
2015-03-27 00:07:43 +00:00
padding-top: 70px;
2015-03-28 22:06:36 +00:00
}
.darker {
background-color: #fafafa;
margin-top: 10px;
padding-bottom: 5px;
}
@media (min-width: 992px) {
.align-bottom {
margin-top: 2.5em;
}
}
.full-width {
width: 100%;
}