mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 05:07:01 +03:00
15 lines
243 B
SCSS
15 lines
243 B
SCSS
.bd-docs {
|
|
.card-container {
|
|
@extend .card;
|
|
padding-top: 1rem;
|
|
padding-bottom: 1rem;
|
|
@include media-breakpoint-up(sm) {
|
|
margin-top: -1.5rem;
|
|
}
|
|
|
|
.anchorjs-link {
|
|
margin-left: -1.5em !important;
|
|
}
|
|
}
|
|
}
|