Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. @media screen and (max-width:1920px){
  2. #log {
  3. bottom: 36%;
  4. left: 35%;
  5. }
  6. }
  7.  
  8. @media screen and (max-width:1440px){
  9. #log {
  10.  
  11. left: 41%;
  12. width: 57%;
  13. bottom: 30%;
  14.  
  15. }
  16.  
  17. #img2 {
  18. width: 100%;
  19. }
  20. }
  21. @media screen and (max-width:1024px){
  22. #log {
  23. left: 61%;
  24. width: 72%;
  25. bottom: 30%;
  26. }
  27. #img2 {
  28. width: 100%;
  29. }
  30. }
  31.  
  32. @media screen and (max-width:765px){ /***** this is the one that does not work
  33. #Table_01 {
  34. margin-top: -12%;
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement