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 lines
194 B

html, body {
margin: 0;
padding:0 1%;
height: 100%;
}
h1 {
padding-top: 1em;
margin:0;
}
svg {
width: 100%;
height:calc(100% - 10em);
border: 1px solid black;
box-sizing: border-box;
}