2017-07-03 00:09:46 +02:00
|
|
|
.bs-docs-featured-sites {
|
|
|
|
margin-right: -1px;
|
|
|
|
margin-left: -1px;
|
|
|
|
}
|
2018-09-18 21:27:46 +02:00
|
|
|
.bs-docs-featured-sites .col-xs-8 {
|
2017-07-03 00:09:46 +02:00
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
.bs-docs-featured-sites .img-responsive {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
2018-09-18 21:27:46 +02:00
|
|
|
.bs-docs-featured-sites .col-sm-4:first-child img {
|
2017-07-03 00:09:46 +02:00
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
}
|
2018-09-18 21:27:46 +02:00
|
|
|
.bs-docs-featured-sites .col-sm-4:last-child img {
|
2017-07-03 00:09:46 +02:00
|
|
|
border-top-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
}
|
|
|
|
}
|