Advertisement
Guest User

Untitled

a guest
May 26th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. @media screen
  2. and (min-device-width: 1224px)
  3. and (-webkit-min-device-pixel-ratio: 1) {
  4. #desktop_landing #content h1{
  5. font-size:50px;
  6. text-align: center;
  7. }
  8. .slidertxt{
  9. font-size:20px;
  10. }
  11. #desktop_landing .inner #desktopButtons{
  12. width:275px;
  13. margin: -325px auto;
  14. font-size:1.0em;
  15. }
  16. .slider-pager{
  17. bottom: 45px;
  18. width: 550px;
  19. top: 345px;
  20. }
  21. .inner{
  22. max-width:550px;
  23. max-height:450px;
  24. }
  25. #desktop_landing #content .slider {
  26. width:550px;
  27. }
  28. #content{
  29. top: 61%;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement