Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. @media only screen and (max-width: 1024px) {
  2. .package-info-container{ padding: 0 2%; }
  3. .package-info{ width: 49.5%; margin-right: 0; }
  4. .package-info h5 { min-height: unset; }
  5. .package-info:not(:last-child) { margin-right: 0; }
  6. .package-info:nth-child(odd) { margin-right: .4%; }
  7. .package-info:first-child, .package-info:nth-child(2) { margin-bottom: 20px; }
  8.  
  9. section.main { width: 100%; max-width: 100%; }
  10. }
  11.  
  12. @media only screen and (max-width: 767px) {
  13. section.heading{ padding-bottom: 80px; }
  14. section.heading .wrapper { width: 100%; padding: 0 15px; }
  15. section.heading .wrapper .inner-wrapper { width: 100%; }
  16.  
  17. section.main { margin-bottom: 0; }
  18. section.product-description h4 { text-align: center; }
  19. section.product-description .text-holder { text-align: center; padding: 0; margin-bottom: 60px; }
  20. }
  21.  
  22. @media only screen and (max-width: 570px) {
  23. .package-info { width: 100%; margin: 0 !important; margin-bottom: 20px !important; }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement