less prototype, less bad code implementation of CCHM type theory
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.

13 lines
147 B

  1. html {
  2. padding: 0;
  3. margin: 0;
  4. height: 100vh;
  5. width: 100vw;
  6. }
  7. body {
  8. height: 100%;
  9. width: 70%;
  10. margin: auto;
  11. overflow-x: hidden;
  12. }