Layout von Websiten mit Bootstrap und Foundation
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.

_carousel.scss 168B

12345678910111213
  1. .orbit{
  2. .orbit-image {
  3. max-height: 600px;
  4. object-fit: cover;
  5. }
  6. .orbit-caption {
  7. p {
  8. font-size: 150%
  9. }
  10. }
  11. }