mixue

cr rosettas on whi (media rule)

Aug 25th, 2022 (edited)
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. @media only screen and (max-width: 600px) {
  2. #divider02 {
  3. position: relative;
  4. top: 3px;
  5. }
  6. }
  7.  
  8. @media only screen and (max-width: 600px) {
  9. #divider03 {
  10. position: relative;
  11. bottom: 3px;
  12. }
  13. }
  14.  
  15. @media only screen and (max-width: 600px) {
  16. #text02 {
  17. height: 4.5em;
  18. }
  19. }
  20.  
  21. @media only screen and (max-width: 600px) {
  22. #text07 {
  23. position: relative;
  24. bottom: 1px;
  25. }
  26. }
  27.  
  28. @media only screen and (max-width: 600px) {
  29. #scroll01 {
  30. height: 7em;
  31. }
  32. }
  33.  
  34. @media only screen and (max-width: 600px) {
  35. #scroll02 {
  36. height: 7em;
  37. }
  38. }
  39.  
Advertisement
Add Comment
Please, Sign In to add comment