Advertisement
izuemis

cr dollcrds media rule

Oct 2nd, 2022
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <style>
  2.  
  3. @media only screen and (max-width: 600px) {
  4.  
  5. #container01 > .wrapper, #container02 > .wrapper, #container03 > .wrapper, #container04 > .wrapper, #container06 > .wrapper {
  6. width: 160px;
  7. }
  8.  
  9. #container05 > .wrapper, #container07 > .wrapper {
  10. width: 151px;
  11. }
  12.  
  13. #text02 {
  14. position: absolute;
  15. left: -5.5em;
  16. top: 14em;
  17. }
  18.  
  19. #text03 {
  20. height: 60px;
  21. font-family: windows;
  22. overflow-y: auto;
  23. }
  24. }
  25.  
  26. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement