Advertisement
srikat

Untitled

Apr 10th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. .front-page-3 .widget_text {
  2. margin-bottom: 100px;
  3. }
  4.  
  5. @media only screen and (min-width: 801px) {
  6.  
  7. .front-page-3 .wrap {
  8. display: -webkit-box;
  9. display: -ms-flexbox;
  10. display: flex;
  11. -webkit-box-pack: justify;
  12. -ms-flex-pack: justify;
  13. justify-content: space-between;
  14. -webkit-box-align: center;
  15. -ms-flex-align: center;
  16. align-items: center;
  17. }
  18.  
  19. .front-page-3 .widget_text {
  20. width: 33.33333333%;
  21. margin-bottom: 0;
  22. margin-right: 60px;
  23. }
  24.  
  25. .front-page-3 .widget_media_image {
  26. width: 66.66666667%;
  27. }
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement