mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
54fba7cbe5
Fix #17166
21 lines
454 B
SCSS
21 lines
454 B
SCSS
.bd-featured-sites {
|
|
margin-right: -1px;
|
|
margin-left: -1px;
|
|
}
|
|
.bd-featured-sites .col-xs-6 {
|
|
padding: 1px;
|
|
}
|
|
.bd-featured-sites .img-fluid {
|
|
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;
|
|
}
|
|
}
|