You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 line
203B

  1. *{
  2. padding: 0;
  3. margin: 0;
  4. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  5. -webkit-overflow-scrolling: touch;
  6. }
  7. img{
  8. display: block;
  9. width: 100%;
  10. }
  11. html,body{
  12. height: 100%;
  13. }
  14. #all{
  15. width: 7.5rem;
  16. }