rdusnr

Untitled

Aug 18th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @media only screen and (min-width: 768px) {
  2. #item-header-wrap {
  3. width: 249px;
  4. position: fixed;
  5. top: 60px;
  6. bottom: 0;
  7. right:0 !important;;
  8. overflow: hidden;
  9. border-bottom: 0;
  10. background-clip: content-box;
  11. background: #0b0c1e;
  12. border-right: 1px solid #e6e6e6;
  13. }
  14. #item-body {
  15. margin-left:0;
  16. margin-right: 250px !important;
  17. }
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment