Advertisement
enegri

Untitled

Jul 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. @media screen and (min-width: 992px) {
  2.  
  3. #landing-head {
  4. display: flex;
  5. flex-direction: column;
  6. -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  7. clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  8.  
  9. .img-main-location {
  10. order: 4;
  11. }
  12.  
  13. .img-main {
  14. order: 5;
  15. margin-bottom: 160px;
  16. }
  17.  
  18. .title-wrapper {
  19. order: 1;
  20. }
  21.  
  22. .arrow {
  23. order: 2;
  24. }
  25.  
  26. .cta {
  27. order: 3;
  28. }
  29. }
  30.  
  31. #landing-head .img-main-location {
  32. width: 25%;
  33. margin: 0 auto;
  34. margin-top: 30px;
  35. }
  36.  
  37. #landing-head .img-main img {
  38. width: 20%;
  39. }
  40.  
  41. #landing-head .img-main .hearts {
  42. left: calc(50% + 80px);
  43. }
  44.  
  45. #landing-head {
  46. height: auto;
  47. }
  48.  
  49. .title-wrapper {
  50. width: 50%;
  51. margin: 30px auto;
  52. margin-top: 100px;
  53. position: static;
  54. text-align: center;
  55.  
  56. span {
  57. font-size: 40px;
  58. text-align: center;
  59. }
  60. }
  61.  
  62. #landing-head .cta {
  63. margin: 0 auto;
  64. width: 200px;
  65. position: static;
  66. }
  67.  
  68. #landing-body {
  69. width: 60%;
  70. margin: 0 auto;
  71. }
  72.  
  73. #landing-body .title {
  74. font-size: 32px;
  75. }
  76. .icons-wrapper .icon-wrapper .icon {
  77. width: 75px;
  78. margin-bottom: 10px;
  79. }
  80.  
  81. .prize-wrapper-title {
  82. height: 300px;
  83.  
  84. div {
  85. line-height: 300px;
  86. }
  87. }
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement