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.
 
 
 

14 lines
147 B

html {
padding: 0;
margin: 0;
height: 100vh;
width: 100vw;
}
body {
height: 100%;
width: 70%;
margin: auto;
overflow-x: hidden;
}