Fix marging on view

This commit is contained in:
Paulo Gustavo Veiga
2022-02-22 18:14:21 -08:00
parent c3f93fdf4a
commit fbbd2c43ff
3 changed files with 9 additions and 65 deletions

View File

@@ -2,6 +2,10 @@
/* Header & Toolbar Styles */
/********************************************************************************/
@import "../bootstrap/css/bootstrap.min.css";
body {
margin: 0;
font-family:Arial;
}
div#mindplot {
position: relative;