haldis/app/static/css/main.css

44 lines
660 B
CSS
Raw Normal View History

2015-03-31 18:15:22 +00:00
/* Custom CSS */
body {
padding-top: 70px;
}
.padding-top {
padding-top: 10px;
}
2015-03-31 18:15:22 +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%;
}
2015-06-24 20:10:26 +00:00
.product .extras {
padding-left: 20px;
}
2019-05-31 17:05:40 +00:00
@media(min-width: 768px) and (max-width: 991px){
/* Make sure the small map in the location page has the same with as the block above */
.sm-no-side-padding {
padding-left: 0px;
padding-right: 0px;
}
}
@media(min-width: 992px){
.md-no-right-padding {
padding-right: 0px;
}
}