You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678910111213 |
- @import "../_bootstrap-extended/include";
-
- /* To remove border end in small screen */
- @include media-breakpoint-down(lg) {
- .section-py {
- .card-body {
- &.border-end {
- border-block-end: 1px solid $border-color;
- border-inline-end: 0 !important;
- }
- }
- }
- }
|