You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .featurette {
- margin-top: 2rem;
- margin-bottom: 2rem;
-
- h2 {
- color: $gray;
- font-weight: 300;
- }
-
- p {
- color: $text-muted-er;
- font-weight: 300;
- font-size: 1.1rem;
- }
- }
-
- @include media-breakpoint-up('md') {
- .featurette {
- height: 8rem;
- margin-top: 0;
- margin-bottom: 3rem;
- }
- }
|