Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. body {
  3. background-color: #fff;
  4. }
  5.  
  6. .pl-content-hero {
  7. max-width: 100% !important;
  8. }
  9.  
  10. .startpage-hero {
  11. height: calc(40vh);
  12. min-height: calc(30vh);
  13. max-height: calc(50vh);
  14. width: 100% !important;
  15. display: block;
  16. }
  17. .startpage-carousel-item:nth-child(2),
  18. .startpage-carousel-item:nth-child(3) {
  19. display: none;
  20. }
  21.  
  22. .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
  23. left: 0;
  24. -webkit-transform: translate3d(0,0,0);
  25. transform: translate3d(0,0,0);
  26. background-size: cover;
  27. }
  28. /*
  29. .col-xs-12 h2::after {
  30. background-color: rgb(27, 70, 113);
  31. content: "";
  32. position: absolute;
  33. width: 200%;
  34. height: 1rem;
  35. left: -50%;
  36. top: 4rem;
  37. }
  38. */
  39. .padding-top-10x h2 {
  40. transform: rotate(-1deg);
  41. display: block;
  42. /* background-color: rgba(27, 70, 113, 0.5); */
  43. width: 200%;
  44. margin-left: -50%;
  45. padding-left: 50%;
  46. padding-right: 50%;
  47. padding-bottom: 1rem;
  48. margin-bottom: 6rem !important;
  49. /* color: #fff; */
  50. padding-top: 3rem;
  51. border-bottom: 1rem solid rgba(27, 70, 113, 1);
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement