mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 21:57:12 +03:00
24 lines
571 B
SCSS
24 lines
571 B
SCSS
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
|
|
|
|
.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;
|
|
}
|
|
}
|