2015-08-17 21:31:17 -07:00
|
|
|
.bd-featured-sites {
|
|
|
|
margin-right: -1px;
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
2016-11-27 23:47:00 -07:00
|
|
|
.bd-featured-sites .col-6 {
|
2015-08-17 21:31:17 -07:00
|
|
|
padding: 1px;
|
|
|
|
}
|
2015-08-20 17:38:40 -04:00
|
|
|
.bd-featured-sites .img-fluid {
|
2015-08-17 21:31:17 -07:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.bd-featured-sites .col-sm-3:first-child img {
|
|
|
|
border-top-left-radius: .25rem;
|
|
|
|
border-bottom-left-radius: .25rem;
|
|
|
|
}
|
|
|
|
.bd-featured-sites .col-sm-3:last-child img {
|
|
|
|
border-top-right-radius: .25rem;
|
|
|
|
border-bottom-right-radius: .25rem;
|
|
|
|
}
|
|
|
|
}
|