_banner.scss 259 B

123456789101112131415161718
  1. .jumbotron {
  2. background: $primary;
  3. color: lighten($primary, 35%);
  4. margin-top: -20px;
  5. }
  6. .jumbotron__header,
  7. .jumbotron h1 {
  8. font-weight: bold;
  9. color: white;
  10. margin-top: 0;
  11. }
  12. .jumbotron__body {
  13. max-width: 80%;
  14. margin-bottom: 0;
  15. line-height: 1.6em;
  16. }