y2kcarrds

cr joyiuvie media rule (mobile settings)

Apr 2nd, 2025
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. /* this is for adjusting how the carrd will look on mobile. */
  2.  
  3. <style>
  4. @media only screen and (max-width: 600px) {
  5. #container01 {
  6. width: 14em;
  7. }
  8.  
  9. }
  10.  
  11. @media only screen and (max-width: 600px) {
  12. #container02 {
  13. left: -5.7em;
  14. }
  15.  
  16. }
  17.  
  18. @media only screen and (max-width: 600px) {
  19. #container03 {
  20. bottom: 17em;
  21. width: 14.5em;
  22. }
  23.  
  24. }
  25.  
  26. @media only screen and (max-width: 600px) {
  27. #container04 {
  28. right: -1em;
  29. }
  30.  
  31. @media only screen and (max-width: 600px) {
  32. #container05 {
  33. right: -1em;
  34. }
  35.  
  36. }
  37.  
  38. @media only screen and (max-width: 600px) {
  39. #container06, #container07 {
  40. right: -1em;
  41. }
  42.  
  43. }
  44.  
  45. @media only screen and (max-width: 600px) {
  46. #text02 {
  47. right: -7em;
  48. }
  49.  
  50. }
  51.  
  52. @media only screen and (max-width: 600px) {
  53. #image02 {
  54. right: -1em;
  55. }
  56.  
  57. }
  58. </style>
Advertisement
Add Comment
Please, Sign In to add comment