Improve css style

This commit is contained in:
Paulo Gustavo Veiga 2022-02-23 16:21:27 -08:00
parent 5a4945cff1
commit 88ca3d92d0
2 changed files with 2 additions and 4 deletions

View File

@ -17,6 +17,8 @@ body {
-ms-user-select: none;
user-select: none;
overflow: hidden;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
div#mindplot {

View File

@ -1,8 +1,4 @@
/* Overwrite some styles */
body {
position: inherit;
}
div#footer {
width: 100%;
padding: 20px 30px;