Advertisement
MikkoDC

Untitled

Jan 7th, 2025 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. @media screen and (min-width: 1191px) {
  2. section.page-banner .slides .slide .slide-content {
  3. width: 50%;
  4. }
  5. section.page-banner .slides .slide.right-aligned .slide-content {
  6. margin-left: auto;
  7. }
  8. }
  9. @media screen and (max-width: 1190px) and (min-width: 641px) {
  10. section.page-banner .slides .slide.right-aligned img {
  11. left: 0;
  12. transform: translateX(calc(0% - 300px)) translateY(-50%) scale(1)!important;
  13. }
  14. section.page-banner .slides .slide.left-aligned img {
  15. left: auto;
  16. right: 0;
  17. transform: translateX(calc(0% + 150px)) translateY(-50%) scale(1)!important;
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement